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/equiv.h | |
parent | f0ed5ac15bb6e0b508e2d1375bfdc931dc814ad1 (diff) | |
download | ppe42-gcc-c05c2095c7cd1038cabea3d8e40de10a50b97d0d.tar.gz ppe42-gcc-c05c2095c7cd1038cabea3d8e40de10a50b97d0d.zip |
* 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/equiv.h')
-rw-r--r-- | gcc/f/equiv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/f/equiv.h b/gcc/f/equiv.h index f3d2c858d43..59abfc875ca 100644 --- a/gcc/f/equiv.h +++ b/gcc/f/equiv.h @@ -62,9 +62,6 @@ struct _ffeequiv_ /* Declare functions with prototypes. */ void ffeequiv_add (ffeequiv eq, ffebld list, ffelexToken t); -#if FFECOM_targetCURRENT == FFECOM_targetFFE -void ffeequiv_dump (ffeequiv eq); -#endif void ffeequiv_exec_transition (void); void ffeequiv_init_2 (void); void ffeequiv_kill (ffeequiv victim); |