From 330e1b6be9df24eacd076ba149feba48e8bdeecc Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 21 Feb 1995 18:01:08 -0500 Subject: [PATCH] (main): Don't set "Include" environment variable for NT. From-SVN: r8998 --- 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.30.2