From: Richard Kenner Date: Sat, 27 Jan 1996 12:58:59 +0000 (-0500) Subject: (initialize_builtins): Add def of __HAVE_BUILTIN_SETJMP__. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94e4d804180f0fedf19e38a03a013c5fc3d08791;p=gcc.git (initialize_builtins): Add def of __HAVE_BUILTIN_SETJMP__. From-SVN: r11114 --- diff --git a/gcc/cccp.c b/gcc/cccp.c index 8c9c803c4d1..0fac27c2008 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -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) {