diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-01-27 07:58:59 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-01-27 07:58:59 -0500 |
commit | 94e4d804180f0fedf19e38a03a013c5fc3d08791 (patch) | |
tree | 829088b7a6834a0137d98447b34a94d02c3136c2 /gcc | |
parent | 091480e54996cf49eb1593995d5691cae3d29d4e (diff) | |
download | gcc-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')
-rw-r--r-- | gcc/cccp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |