From 2a1bf18b82bb55eb36e158630df49d0f936f5a61 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 2 Jan 1993 09:03:50 +0000 Subject: (default_include): Look directly in TOOL_INCLUDE_DIR. From-SVN: r3054 --- gcc/cccp.c | 1 + gcc/protoize.c | 1 + 2 files changed, 2 insertions(+) (limited to 'gcc') diff --git a/gcc/cccp.c b/gcc/cccp.c index a751a56..27c35aa 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -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. */ diff --git a/gcc/protoize.c b/gcc/protoize.c index 5a65334..c482af9 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -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. */ -- cgit v1.1