2005-01-12 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / exceptions.h
index b5d8fd5783493aceffd8dde44ca5f87ba53993a7..fedd405cd57558dc0aaed02553279e8ac08c958a 100644 (file)
@@ -62,6 +62,9 @@ struct exception
   char *message;
 };
 
+/* A pre-defined non-exception.  */
+extern const struct exception exception_none;
+
 /* Throw an exception (as described by "struct exception").  Will
    execute a LONG JUMP to the inner most containing exception handler
    established using catch_exceptions() (or similar).
This page took 0.024801 seconds and 4 git commands to generate.