aboutsummaryrefslogtreecommitdiff
path: root/gcc/cccp.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-01-27 07:58:59 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1996-01-27 07:58:59 -0500
commit94e4d804180f0fedf19e38a03a013c5fc3d08791 (patch)
tree829088b7a6834a0137d98447b34a94d02c3136c2 /gcc/cccp.c
parent091480e54996cf49eb1593995d5691cae3d29d4e (diff)
downloadgcc-94e4d804180f0fedf19e38a03a013c5fc3d08791.zip
gcc-94e4d804180f0fedf19e38a03a013c5fc3d08791.tar.gz
gcc-94e4d804180f0fedf19e38a03a013c5fc3d08791.tar.bz2
(initialize_builtins): Add def of __HAVE_BUILTIN_SETJMP__.
From-SVN: r11114
Diffstat (limited to 'gcc/cccp.c')
-rw-r--r--gcc/cccp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cccp.c b/gcc/cccp.c
index 8c9c803..0fac27c 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)
{