diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-09 13:44:52 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-09 13:44:52 +0000 |
commit | 454abcd55d12d4ef15ec29c89b2ad4d47f3c82d1 (patch) | |
tree | 03ae5cb442348bb46932a1a62039a44962996f47 /gnu/usr.bin/gcc/f/symbol.h | |
parent | c1c4ca433ba86feadc773a80691f0e693d52ecd8 (diff) |
Revert to older (working) version of gcc, plus recent changes.
Diffstat (limited to 'gnu/usr.bin/gcc/f/symbol.h')
-rw-r--r-- | gnu/usr.bin/gcc/f/symbol.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/f/symbol.h b/gnu/usr.bin/gcc/f/symbol.h index 0a5188e9464..f2c95c80210 100644 --- a/gnu/usr.bin/gcc/f/symbol.h +++ b/gnu/usr.bin/gcc/f/symbol.h @@ -1,5 +1,5 @@ /* Interface definitions for Fortran symbol manager - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995 Free Software Foundation, Inc. Contributed by James Craig Burley (burley@gnu.ai.mit.edu). This file is part of GNU Fortran. @@ -79,6 +79,7 @@ enum _ffesymbol_checkstate_ typedef enum _ffesymbol_checkstate_ ffesymbolCheckState_; #define ffesymbolCheckState_f_ "" +#include "bad.h" #include "bld.h" #include "com.h" #include "equiv.h" @@ -190,7 +191,6 @@ void ffesymbol_error (ffesymbol s, ffelexToken t); #define ffesymbol_funcresult(s) ((s)->func_result) #define ffesymbol_generic(s) ((s)->generic) #define ffesymbol_global(s) ((s)->global) -void ffesymbol_globalize (ffesymbol s); #define ffesymbol_hook(s) ((s)->hook) #define ffesymbol_implementation(s) ((s)->implementation) #define ffesymbol_info(s) ((s)->info) @@ -211,7 +211,6 @@ void ffesymbol_init_4 (void); #define ffesymbol_kind(s) ffeinfo_kind((s)->info) ffesymbol ffesymbol_lookup_local (ffelexToken t); #define ffesymbol_maxentrynum(s) ((s)->max_entry_num) -#define ffesymbol_name(s) ((s)->name) #define ffesymbol_namelist(s) ((s)->namelist) #define ffesymbol_namelisted(s) ((s)->namelisted) #define ffesymbol_numentries(s) ((s)->num_entries) |