PR preprocessor/7602
* cppinit.c (path_include): Treat the system environment
variables as being cxx_aware.
From-SVN: r56415
+2002-08-18 Neil Booth <neil@daikokuya.co.uk>
+
+ PR preprocessor/7602
+ * cppinit.c (path_include): Treat the system environment
+ variables as being cxx_aware.
+
2002-08-16 David Edelsohn <edelsohn@gnu.org>
* collect2.c (is_ctor_dtor): Add other possible JOINER values.
name[q - p] = 0;
}
- append_include_chain (pfile, name, path, 0);
+ append_include_chain (pfile, name, path, path == SYSTEM);
/* Advance past this name. */
if (*q == 0)