diff options
author | Andreas Jaeger <aj@suse.de> | 2003-06-07 19:52:49 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2003-06-07 19:52:49 +0200 |
commit | ddc612a2ba3864c86a0e9c0b30811727096c1772 (patch) | |
tree | 6a89442fb0fe401111161305d9751399ffd21427 /gcc/f/storag.h | |
parent | 44de936effb3be77a5a7b25873ed2f8a9229ab9c (diff) | |
download | gcc-ddc612a2ba3864c86a0e9c0b30811727096c1772.zip gcc-ddc612a2ba3864c86a0e9c0b30811727096c1772.tar.gz gcc-ddc612a2ba3864c86a0e9c0b30811727096c1772.tar.bz2 |
symbol.c (ffesymbol_new_): Remove tests for macro FFECOM_symbolHOOK.
* symbol.c (ffesymbol_new_): Remove tests for macro
FFECOM_symbolHOOK.
* symbol.h: Likewise.
* storag.c (ffestorag_new): Remove tests for macro
FFECOM_storageHOOK.
* storag.h: Likewise.
* lab.c (ffelab_new): Remove tests for macro FFECOM_labelHOOK.
* lab.h: Likewise.
* global.c: Remove tests for macro FFECOM_globalHOOK.
* global.h (struct _ffeglobal_): Likewise.
* bld.h: Remove tests for macros FFECOM_constantHOOK,
FFECOM_nonterHOOK, FFECOM_globalHOOK, FFECOM_labelHOOK,
FFECOM_storageHOOK, FFECOM_symbolHOOK.
Remove code dependend on FFECOM_itemHOOK.
* bld.c: Likewise.
* com.h (FFECOM_constantHOOK): Remove define.
(FFECOM_nonterHOOK): Remove.
(FFECOM_globalHOOK): Remove.
(FFECOM_labelHOOK): Remove.
(FFECOM_storageHOOK): Remove.
(FFECOM_symbolHOOK): Remove.
* com.c (ffecom_get_external_identifier_): Remove usage of
FFETARGET_isENFORCED_MAIN_NAME.
* bld.c: Remove code dependend on FFEBLD_BLANK_, FFECOM_itemHOOK.
(ffebld_new_accter): Likewise.
(ffebld_new_arrter): Likewise.
(ffebld_new_conter_with_orig): Likewise.
(ffebld_new_item): Likewise.
(ffebld_new_labter): Likewise.
(ffebld_new_labtok): Likewise.
(ffebld_new_none): Likewise.
(ffebld_new_one): Likewise.
(ffebld_new_symter): Likewise.
(ffebld_new_two): Likewise.
From-SVN: r67594
Diffstat (limited to 'gcc/f/storag.h')
-rw-r--r-- | gcc/f/storag.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/f/storag.h b/gcc/f/storag.h index e4aa404..b58dc9a 100644 --- a/gcc/f/storag.h +++ b/gcc/f/storag.h @@ -1,5 +1,5 @@ /* storag.h -- Public #include File (module.h template V1.0) - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2003 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. @@ -83,9 +83,7 @@ struct _ffestorag_ LOCAL. */ ffetargetAlign alignment; /* Initial alignment for entity. */ ffetargetAlign modulo; /* Modulo within alignment. */ -#ifdef FFECOM_storageHOOK ffecomStorage hook; /* Whatever the backend needs here. */ -#endif ffestoragType type; ffeinfoBasictype basic_type;/* NONE= >1 non-CHARACTER; ANY= CHAR+non-CHAR. */ |