* c-common.c (cb_register_builtins): Use really_no_inline.
authorJan Hubicka <jh@suse.cz>
Sat, 5 Oct 2002 17:44:37 +0000 (19:44 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 5 Oct 2002 17:44:37 +0000 (17:44 +0000)
From-SVN: r57844

gcc/ChangeLog
gcc/c-common.c

index b6dcbca9d693d8d4dee5fd79f1b9f7da5ae4fe36..c0686d42a14acf2bd59fb7e8fc25d11c98766681 100644 (file)
@@ -1,3 +1,7 @@
+Sat Oct  5 19:42:45 CEST 2002  Jan Hubicka  <jh@suse.cz>
+
+       * c-common.c (cb_register_builtins):  Use really_no_inline.
+
 2002-10-04  David Edelsohn  <edelsohn@gnu.org>
 
        * unroll.c (copy_loop_body): Remove REG_EQUAL note attached to
index b3358c2c1c2edca2da5643926bf6d39d5fb08f26..4350f25ddaf24fda73c925f4743ad790a83cb60c 100644 (file)
@@ -4951,7 +4951,7 @@ cb_register_builtins (pfile)
 
   if (fast_math_flags_set_p ())
     cpp_define (pfile, "__FAST_MATH__");
-  if (flag_no_inline)
+  if (flag_really_no_inline)
     cpp_define (pfile, "__NO_INLINE__");
   if (flag_signaling_nans)
     cpp_define (pfile, "__SUPPORT_SNAN__");