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