OSDN Git Service

* config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Apr 2003 05:07:35 +0000 (05:07 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Apr 2003 05:07:35 +0000 (05:07 +0000)
        flag_inline_trees.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65719 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/c4x/c4x.h

index a68e5e2..4da3847 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)                     \