OSDN Git Service

(default_include): Look directly in TOOL_INCLUDE_DIR.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Jan 1993 09:03:50 +0000 (09:03 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Jan 1993 09:03:50 +0000 (09:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3054 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cccp.c
gcc/protoize.c

index a751a56..27c35aa 100644 (file)
@@ -539,6 +539,7 @@ static struct default_include { char *fname; int cplusplus; } include_defaults_a
     /* Pick up GNU C++ specific include files.  */
     { GPLUSPLUS_INCLUDE_DIR, 1},
     { GCC_INCLUDE_DIR, 0},
+    { TOOL_INCLUDE_DIR, 0},
 #ifdef CROSS_COMPILE
     /* For cross-compilation, this dir name is generated
        automatically in Makefile.in.  */
index 5a65334..c482af9 100644 (file)
@@ -277,6 +277,7 @@ struct default_include { const char *fname; int cplusplus; } include_defaults[]
     /* Pick up GNU C++ specific include files.  */
     { GPLUSPLUS_INCLUDE_DIR, 1},
     { GCC_INCLUDE_DIR, 0},
+    { TOOL_INCLUDE_DIR, 0},
 #ifdef CROSS_COMPILE
     /* For cross-compilation, this dir name is generated
        automatically in Makefile.in.  */