diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-21 20:11:14 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-21 20:11:14 +0000 |
commit | 02b954b90792465f8915a4f5f2e0f61cf5536792 (patch) | |
tree | d1ef72b000d594b2db01f39b22d15b7e42bd9d8d /gcc/f/proj.h | |
parent | bb96e316295cd3c04ac1cdaf330eb0d6ea78ca5d (diff) | |
download | gcc-02b954b90792465f8915a4f5f2e0f61cf5536792.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34638 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/proj.h')
-rw-r--r-- | gcc/f/proj.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/f/proj.h b/gcc/f/proj.h index d55bd88f8a6..8671fdaf431 100644 --- a/gcc/f/proj.h +++ b/gcc/f/proj.h @@ -25,11 +25,11 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #define _H_f_proj #ifdef USE_HCONFIG -#include "hconfig.j" +#include "hconfig.h" #else -#include "config.j" +#include "config.h" #endif -#include "system.j" +#include "system.h" #if (GCC_VERSION < 2000) #error "You have to use gcc 2.x to build g77 (might be fixed in g77-0.6)." @@ -39,7 +39,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA <stddef.h> is needed for offsetof, but technically also NULL, size_t, ptrdiff_t, and so on. */ -#include "assert.j" +#include "assert.h" #if HAVE_STDDEF_H #include <stddef.h> |