diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-06 21:12:14 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-06 21:12:14 +0000 |
commit | b0278d393b70b39b817e56d8d4f03b868ccf2205 (patch) | |
tree | e218294f121610ce23014b4b8954bac5d7230fd8 /gcc/f/com.c | |
parent | d2f9c91d76788a0f824afea4ac3270a0d39543d8 (diff) | |
download | gcc-b0278d393b70b39b817e56d8d4f03b868ccf2205.tar.gz |
* alias.c:: Include langhooks.h.
* emit-rtl.c: Similarly.
* toplev.c: Similarly.
* tree-inline.c: Similarly.
* langhooks-def.h: New, the old langhooks.h. Give the default
hooks a common prefix.
* langhooks.h: Contents extracted from toplev.h.
* toplev.h: Move langhook stuff to langhooks.h.
* langhooks.c: Give default hooks a common prefix.
* c-lang.c: Include langhooks-def.h.
* ada/misc.c: Similarly.
* cp/cp-lang.c: Similarly.
* f/com.c: Similarly.
* java/lang.c: Similarly.
* objc/objc-act.c: Similarly.
* Makefile.in: Update.
* ada/Makefile.in: Similarly.
* cp/Make-lang.in: Similarly.
* f/Make-lang.in: Similarly.
* java/Make-lang.in: Similarly.
* objc/Make-lang.in: Similarly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46813 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/com.c')
-rw-r--r-- | gcc/f/com.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/f/com.c b/gcc/f/com.c index 3ed77c7bef1..428458b8c61 100644 --- a/gcc/f/com.c +++ b/gcc/f/com.c @@ -90,6 +90,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "ggc.h" #include "diagnostic.h" #include "langhooks.h" +#include "langhooks-def.h" /* VMS-specific definitions */ #ifdef VMS |