c4x.h (TARGET_CPU_CPP_BUILTINS): Declare flag_inline_trees.
authorRichard Henderson <rth@gcc.gnu.org>
Thu, 17 Apr 2003 05:07:35 +0000 (22:07 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 17 Apr 2003 05:07:35 +0000 (22:07 -0700)
        * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
        flag_inline_trees.

From-SVN: r65719

gcc/config/c4x/c4x.h

index a68e5e27e4fe3c10960eb020c8906a18f7d5e099..4da3847a51e7a402e9101fa1f3194dd00b4e58d6 100644 (file)
@@ -29,6 +29,8 @@
 #define TARGET_CPU_CPP_BUILTINS()              \
   do                                           \
     {                                          \
+      /* ??? HACK.  We shouldn't have flag_inline_trees at all.  */ \
+      extern int flag_inline_trees;            \
       if (!TARGET_SMALL)                       \
        builtin_define ("_BIGMODEL");           \
       if (!TARGET_MEMPARM)                     \