Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / guile / guile-internal.h
index 0a24325ac34b242df9fedc44ced0165c9b437c72..a3e02abe41bc83927b247bec1620938d59a2c0dd 100644 (file)
@@ -681,7 +681,7 @@ gdbscm_wrap (Function &&func, Args &&... args)
     {
       result = func (std::forward<Args> (args)...);
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &except)
+  catch (const gdb_exception &except)
     {
       GDBSCM_HANDLE_GDB_EXCEPTION (except);
     }
This page took 0.02709 seconds and 4 git commands to generate.