diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2003-04-16 22:07:35 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2003-04-16 22:07:35 -0700 |
commit | c4a3da4e47181842008f49a704674206dd7402fb (patch) | |
tree | 844340c54b808a43ed51c4e8d2ea24f87e9b2321 /gcc | |
parent | 74b66b3c09e3e2019a29bc877ee0df58d3096884 (diff) | |
download | gcc-c4a3da4e47181842008f49a704674206dd7402fb.zip gcc-c4a3da4e47181842008f49a704674206dd7402fb.tar.gz gcc-c4a3da4e47181842008f49a704674206dd7402fb.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/c4x/c4x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index a68e5e2..4da3847 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -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) \ |