diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-17 22:34:54 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-17 22:34:54 +0000 |
commit | c05c2095c7cd1038cabea3d8e40de10a50b97d0d (patch) | |
tree | 536405ac348d20d3d1f620d763c973351c594cf5 /gcc/f/global.h | |
parent | f0ed5ac15bb6e0b508e2d1375bfdc931dc814ad1 (diff) | |
download | gcc-c05c2095c7cd1038cabea3d8e40de10a50b97d0d.tar.gz |
* com.h: Remove FFECOM_targetCURRENT, FFECOM_ONEPASS, BUILT_FOR_270,
BUILT_FOR_280, FFECOM_GCC_INCLUDE, all derivitive defines, and all
related conditional compilation directives.
* bad.c, bld.c, bld.h, com.c, equiv.c, equiv.h, global.h, intdoc.c,
intrin.c, intrin.h, lex.c, parse.c, sta.c, std.c, ste.c, ste.h, stt.c,
stt.h, stw.h, symbol.c, symbol.h, target.h, top.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46324 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/global.h')
-rw-r--r-- | gcc/f/global.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/f/global.h b/gcc/f/global.h index 5ab67417bb1..15d984f7f4e 100644 --- a/gcc/f/global.h +++ b/gcc/f/global.h @@ -153,13 +153,7 @@ void ffeglobal_terminate_1 (void); /* Define macros. */ -#if FFECOM_targetCURRENT == FFECOM_targetFFE -#define FFEGLOBAL_ENABLED 0 -#elif FFECOM_targetCURRENT == FFECOM_targetGCC #define FFEGLOBAL_ENABLED 1 -#else -#error -#endif #define ffeglobal_common_init(g) ((g)->tick != 0) #define ffeglobal_common_have_pad(g) ((g)->u.common.have_pad) @@ -198,4 +192,4 @@ void ffeglobal_terminate_1 (void); /* End of #include file. */ #endif /* ! GCC_F_GLOBAL_H */ - + |