projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
091480e
)
(initialize_builtins): Add def of __HAVE_BUILTIN_SETJMP__.
author
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 27 Jan 1996 12:58:59 +0000
(07:58 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 27 Jan 1996 12:58:59 +0000
(07:58 -0500)
From-SVN: r11114
gcc/cccp.c
patch
|
blob
|
history
diff --git
a/gcc/cccp.c
b/gcc/cccp.c
index 8c9c803c4d1d3feb8fcb13fefd315972256b50bc..0fac27c2008d52632b377055595dc688cf1dbded 100644
(file)
--- 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)
{