diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-02-21 18:01:08 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-02-21 18:01:08 -0500 |
commit | 330e1b6be9df24eacd076ba149feba48e8bdeecc (patch) | |
tree | f34ffb394cca728fa07c784b47639318e48c1749 | |
parent | 2c8da025782eee8d11e15b02d0e4783b049b0944 (diff) | |
download | gcc-330e1b6be9df24eacd076ba149feba48e8bdeecc.zip gcc-330e1b6be9df24eacd076ba149feba48e8bdeecc.tar.gz gcc-330e1b6be9df24eacd076ba149feba48e8bdeecc.tar.bz2 |
(main): Don't set "Include" environment variable for NT.
From-SVN: r8998
-rw-r--r-- | gcc/cccp.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1636,11 +1636,7 @@ main (argc, argv) /* Some people say that CPATH should replace the standard include dirs, but that seems pointless: it comes before them, so it overrides them anyway. */ -#ifdef WINNT - p = (char *) getenv ("Include"); -#else p = (char *) getenv ("CPATH"); -#endif if (p != 0 && ! no_standard_includes) path_include (p); |