diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-02-21 23:01:08 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-02-21 23:01:08 +0000 |
commit | 473b618688e87814cea076f9da0e8e4a2c5e3942 (patch) | |
tree | f34ffb394cca728fa07c784b47639318e48c1749 /gcc/cccp.c | |
parent | e93a4612b7eb1e3189ef4b0495a91236360c41ab (diff) | |
download | gcc-473b618688e87814cea076f9da0e8e4a2c5e3942.tar.gz |
(main): Don't set "Include" environment variable for NT.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8998 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cccp.c')
-rw-r--r-- | gcc/cccp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cccp.c b/gcc/cccp.c index 21768745d71..d63bba953cf 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -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); |