c4x.h (TARGET_CPU_CPP_BUILTINS): Declare flag_inline_trees.

* config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
        flag_inline_trees.

From-SVN: r65719
This commit is contained in:
Richard Henderson 2003-04-16 22:07:35 -07:00
parent 74b66b3c09
commit c4a3da4e47
1 changed files with 2 additions and 0 deletions

View 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) \