2005-01-12 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / exceptions.c
index 2964f7696d0abdd146da208593357da3d7df4631..ccf486303a39c55961b947c2f01fad85a82479f8 100644 (file)
@@ -32,6 +32,8 @@
 #include "gdb_assert.h"
 #include "gdb_string.h"
 
+const struct exception exception_none = { 0, NO_ERROR, NULL };
+
 /* One should use catch_errors rather than manipulating these
    directly.  */
 #if defined(HAVE_SIGSETJMP)
This page took 0.023527 seconds and 4 git commands to generate.