diff options
author | Alexandre Oliva <oliva@dcc.unicamp.br> | 1998-09-16 13:51:44 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@gcc.gnu.org> | 1998-09-16 13:51:44 +0000 |
commit | 0d7138a12fe4113b3dabeb5c46090397996f246f (patch) | |
tree | 98fefec99becad7783b19d46a3442e4d8ebec71d /gcc/cccp.c | |
parent | f06e7a27b915691556a3ba2581c5dfec17650c3f (diff) | |
download | gcc-0d7138a12fe4113b3dabeb5c46090397996f246f.zip gcc-0d7138a12fe4113b3dabeb5c46090397996f246f.tar.gz gcc-0d7138a12fe4113b3dabeb5c46090397996f246f.tar.bz2 |
cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIR
* cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIR
* cccp.c: ditto
* Makefile.in (old_gxx_include_dir): removed
From-SVN: r22453
Diffstat (limited to 'gcc/cccp.c')
-rw-r--r-- | gcc/cccp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -421,7 +421,6 @@ static struct default_include { = { /* Pick up GNU C++ specific include files. */ { GPLUSPLUS_INCLUDE_DIR, "G++", 1, 1 }, - { OLD_GPLUSPLUS_INCLUDE_DIR, 0, 1, 1 }, #ifdef CROSS_COMPILE /* This is the dir for fixincludes. Put it just before the files that we fix. */ |