(include_defaults_array): For C++, also search
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 6 May 1996 02:11:01 +0000 (22:11 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 6 May 1996 02:11:01 +0000 (22:11 -0400)
OLD_GPLUSPLUS_INCLUDE_DIR.

From-SVN: r11930

gcc/cccp.c

index 6f921861221d36c5e502f552684478d46fa2cb1e..33d783df02354648f388801592074c0dd8fde8e4 100644 (file)
@@ -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.  */