From b039b61b5f814ca2af7a472ab09e52f528a7f9aa Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 5 May 1996 22:11:01 -0400 Subject: [PATCH] (include_defaults_array): For C++, also search OLD_GPLUSPLUS_INCLUDE_DIR. From-SVN: r11930 --- gcc/cccp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/cccp.c b/gcc/cccp.c index 6f921861221..33d783df023 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -594,6 +594,7 @@ static struct default_include { = { /* Pick up GNU C++ specific include files. */ { GPLUSPLUS_INCLUDE_DIR, 1, 1 }, + { OLD_GPLUSPLUS_INCLUDE_DIR, 1, 1 }, #ifdef CROSS_COMPILE /* This is the dir for fixincludes. Put it just before the files that we fix. */ -- 2.30.2