(initialize_builtins): Add def of __HAVE_BUILTIN_SETJMP__.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 27 Jan 1996 12:58:59 +0000 (07:58 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 27 Jan 1996 12:58:59 +0000 (07:58 -0500)
From-SVN: r11114

gcc/cccp.c

index 8c9c803c4d1d3feb8fcb13fefd315972256b50bc..0fac27c2008d52632b377055595dc688cf1dbded 100644 (file)
@@ -9505,6 +9505,7 @@ initialize_builtins (inp, outp)
 /*  This is supplied using a -D by the compiler driver
     so that it is present only when truly compiling with GNU C.  */
 /*  install ((U_CHAR *) "__GNUC__", -1, T_CONST, "2", -1);  */
+  install ((U_CHAR *) "__HAVE_BUILTIN_SETJMP__", -1, T_CONST, "1", -1);
 
   if (debug_output)
     {