OSDN Git Service

* c-common.c (cb_register_builtins): Use really_no_inline.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Oct 2002 17:44:37 +0000 (17:44 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Oct 2002 17:44:37 +0000 (17:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57844 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-common.c

index b6dcbca..c0686d4 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 b3358c2..4350f25 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__");