]> gcc.gnu.org Git - gcc.git/commitdiff
(main): Don't set "Include" environment variable for NT.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 21 Feb 1995 23:01:08 +0000 (18:01 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 21 Feb 1995 23:01:08 +0000 (18:01 -0500)
From-SVN: r8998

gcc/cccp.c

index 21768745d7184e60e02fab657ad0baa756023e1f..d63bba953cfead4856b8b9351506f442e42c967f 100644 (file)
@@ -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);
 
This page took 0.081276 seconds and 5 git commands to generate.