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:
parent
74b66b3c09
commit
c4a3da4e47
1 changed files with 2 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue