diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2000-06-21 20:11:14 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-06-21 20:11:14 +0000 |
commit | 15a40ced5aac977c558a93e969ce375cc8d0372b (patch) | |
tree | d1ef72b000d594b2db01f39b22d15b7e42bd9d8d /gcc/f/com.c | |
parent | 5193cc6d9e3491a21ed4dd8f578b59a89572bcd7 (diff) | |
download | gcc-15a40ced5aac977c558a93e969ce375cc8d0372b.zip gcc-15a40ced5aac977c558a93e969ce375cc8d0372b.tar.gz gcc-15a40ced5aac977c558a93e969ce375cc8d0372b.tar.bz2 |
Make-lang.in (F77_SRCS): Remove all .j files.
* Make-lang.in (F77_SRCS): Remove all .j files.
* Makefile.in (ASSERT_H, CONFIG_H, CONVERT_H, FLAGS_H, GGC_H,
GLIMITS_H, HCONFIG_H, INPUT_H, OUTPUT_H, RTL_H, SYSTEM_H,
TOPLEV_H, TREE_H): Remove references to .j files.
(TCONFIG_H, TM_H): Remove entirely.
(deps-kinda): Delete rule.
Correct commentary.
* assert.j, config.j, convert.j. flags.j, ggc.j, glimits.j,
hconfig.j, input.j, output.j, rtl.j, system.j, toplev.j,
tree.j, tconfig.j, tree.j: Delete.
* ansify.c, bad.c, bit.c, com.c, com.h, intdoc.c, lex.c,
parse.c, proj.c, proj.h, ste.c, target.c, target.h, top.c,
where.c, where.h: Include parent-directory headers directly.
* lex.c: Don't include tree.h twice.
From-SVN: r34638
Diffstat (limited to 'gcc/f/com.c')
-rw-r--r-- | gcc/f/com.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/f/com.c b/gcc/f/com.c index 7611d24..07c3141e 100644 --- a/gcc/f/com.c +++ b/gcc/f/com.c @@ -88,13 +88,13 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "proj.h" #if FFECOM_targetCURRENT == FFECOM_targetGCC -#include "flags.j" -#include "rtl.j" -#include "toplev.j" -#include "tree.j" -#include "output.j" /* Must follow tree.j so TREE_CODE is defined! */ -#include "convert.j" -#include "ggc.j" +#include "flags.h" +#include "rtl.h" +#include "toplev.h" +#include "tree.h" +#include "output.h" /* Must follow tree.h so TREE_CODE is defined! */ +#include "convert.h" +#include "ggc.h" #endif /* FFECOM_targetCURRENT == FFECOM_targetGCC */ #define FFECOM_GCC_INCLUDE 1 /* Enable -I. */ |