From 473b618688e87814cea076f9da0e8e4a2c5e3942 Mon Sep 17 00:00:00 2001 From: kenner Date: Tue, 21 Feb 1995 23:01:08 +0000 Subject: [PATCH] (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 --- gcc/cccp.c | 4 ---- 1 file changed, 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); -- 2.11.4.GIT