From: Richard Kenner Date: Mon, 6 May 1996 02:11:01 +0000 (-0400) Subject: (include_defaults_array): For C++, also search X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b039b61b5f814ca2af7a472ab09e52f528a7f9aa;p=gcc.git (include_defaults_array): For C++, also search OLD_GPLUSPLUS_INCLUDE_DIR. From-SVN: r11930 --- 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. */