From 94e4d804180f0fedf19e38a03a013c5fc3d08791 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 27 Jan 1996 07:58:59 -0500 Subject: (initialize_builtins): Add def of __HAVE_BUILTIN_SETJMP__. From-SVN: r11114 --- gcc/cccp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc') 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) { -- cgit v1.1