From: Richard Kenner Date: Tue, 21 Feb 1995 23:01:08 +0000 (-0500) Subject: (main): Don't set "Include" environment variable for NT. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=330e1b6be9df24eacd076ba149feba48e8bdeecc;p=gcc.git (main): Don't set "Include" environment variable for NT. From-SVN: r8998 --- 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);