summaryrefslogtreecommitdiff
path: root/gcc/ggc.h
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-04 00:46:27 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-04 00:46:27 +0000
commit673b6e5ab711ecbcf92baee766353878def2d8aa (patch)
treee2acf368cdca61d677ea69ecf9e7165377d277d8 /gcc/ggc.h
parentfc43d1f22eeb96d247281ebb4b7f0f9469b86333 (diff)
downloadgcc-673b6e5ab711ecbcf92baee766353878def2d8aa.tar.gz
include:
* ansidecl.h: All logic from gcc/gansidecl.h moved here. gcc: * gansidecl.h: Delete file. * configure.in: Change all refs to gansidecl.h to use ansidecl.h. Adjust *_file_list so they know where ansidecl.h lives. * configure: Regenerate. * Makefile.in (intl.o): Don't depend on gansidecl.h. * defaults.h: s/gansidecl.h/ansidecl.h/ in comment. * ggc.h, config/fr30/fr30.h, config/mcore/mcore.c: Don't include gansidecl.h. * intl.c, main.c, version.c, fixinc/fixlib.h, fixinc/procopen.c, fixinc/server.c: Include ansidecl.h not gansidecl.h. gcc/java: * Make-lang.in (buffer.o, check-init.o, class.o): Don't depend on gansidecl.h. * buffer.c, jvgenmain.c: Don't include gansidecl.h. libiberty: * make-temp-file.c (try): Inline. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41069 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ggc.h')
-rw-r--r--gcc/ggc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ggc.h b/gcc/ggc.h
index 3decec35615..91bd137c727 100644
--- a/gcc/ggc.h
+++ b/gcc/ggc.h
@@ -18,7 +18,6 @@ along with GNU CC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-#include "gansidecl.h"
#include "varray.h"
/* Symbols are marked with `ggc' for `gcc gc' so as not to interfere with