From 8b45da67d0eaa8d7fec5913d9439d88865edfc55 Mon Sep 17 00:00:00 2001 From: Craig Burley Date: Mon, 15 Jun 1998 22:23:44 -0400 Subject: Cutover to system.h: Mon Jun 15 22:21:57 1998 Craig Burley Cutover to system.h: * Make-lang.in: * Makefile.in: * ansify.c: * bad.c: * bld.c: * com.c: * com.h: * expr.c: * fini.c: * g77spec.c: * implic.c: * intdoc.c: * intrin.c: * lex.c: * lex.h: * parse.c: * proj.c: * proj.h: * src.c: * src.h: * stb.c: * ste.c: * target.c: * top.c: * system.j: New file. Use toplev.h where appropriate: * Make-lang.in: * Makefile.in: * bad.c: * bld.c: * com.c: * lex.c: * ste.c: * top.c: * toplev.j: New file. Conditionalize all dumping/reporting routines so they don't get built for gcc/egcs: * bld.c: * bld.h: * com.c: * equiv.c: * equiv.h: * sta.c: * stt.c: * stt.h: * symbol.c: * symbol.h: Use hconfig.h instead of config.h where appropriate: * Makefile.in (proj-h.o): Compile with -DUSE_HCONFIG. * fini.c: Define USE_HCONFIG before including proj.h. * Makefile.in (deps-kinda): Redirect stderr to stdout, to eliminate diagnostics vis-a-vis g77spec.c. * Makefile.in: Regenerate dependencies via deps-kinda. * lex.c (ffelex_file_fixed, ffelex_file_free): Eliminate apparently spurious warnings about uninitialized variables `c', `column', and so on. From-SVN: r20520 --- gcc/f/equiv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/f/equiv.h') diff --git a/gcc/f/equiv.h b/gcc/f/equiv.h index eba5bbf..daf0cee 100644 --- a/gcc/f/equiv.h +++ b/gcc/f/equiv.h @@ -62,7 +62,9 @@ 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); -- cgit v1.1