diff options
author | Richard Henderson <rth@redhat.com> | 2001-10-17 15:34:54 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-10-17 15:34:54 -0700 |
commit | 516b69ff81e6c922bbdeb3abd494cac674e344f1 (patch) | |
tree | 536405ac348d20d3d1f620d763c973351c594cf5 /gcc/f/sta.c | |
parent | 5bed56d982200550d5e8c45b217b071bfae9be14 (diff) | |
download | gcc-516b69ff81e6c922bbdeb3abd494cac674e344f1.zip gcc-516b69ff81e6c922bbdeb3abd494cac674e344f1.tar.gz gcc-516b69ff81e6c922bbdeb3abd494cac674e344f1.tar.bz2 |
com.h: Remove FFECOM_targetCURRENT...
* 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.
From-SVN: r46324
Diffstat (limited to 'gcc/f/sta.c')
-rw-r--r-- | gcc/f/sta.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/f/sta.c b/gcc/f/sta.c index 0c5f3b7..0b4c11a 100644 --- a/gcc/f/sta.c +++ b/gcc/f/sta.c @@ -1452,9 +1452,6 @@ ffesta_eof () if (ffe_is_ffedebug ()) { ffestorag_report (); -#if FFECOM_targetCURRENT == FFECOM_targetFFE - ffesymbol_report_all (); -#endif } } @@ -1990,9 +1987,6 @@ ffesta_zero (ffelexToken t) if (ffe_is_ffedebug ()) { ffestorag_report (); -#if FFECOM_targetCURRENT == FFECOM_targetFFE - ffesymbol_report_all (); -#endif } ffelex_set_names (TRUE); |