Make exception handling more efficient
[deliverable/binutils-gdb.git] / gdb / main.c
index e67efc7bcdf04365da8f8af10dcf0747eb68a5ca..35df1e497f4f49bf8c700796ef17dc02c6b7ad7d 100644 (file)
@@ -339,7 +339,7 @@ captured_command_loop ()
 /* Handle command errors thrown from within catch_command_errors.  */
 
 static int
-handle_command_errors (struct gdb_exception e)
+handle_command_errors (const struct gdb_exception &e)
 {
   if (e.reason < 0)
     {
This page took 0.023224 seconds and 4 git commands to generate.