]> gcc.gnu.org Git - gcc.git/commitdiff
choose-temp.c: Delete !defined(_WIN32) condition when including sys/file.h (NO_SYS_FI...
authorDoug Evans <dje@gnu.org>
Sun, 18 Aug 1996 01:43:58 +0000 (01:43 +0000)
committerDoug Evans <dje@gnu.org>
Sun, 18 Aug 1996 01:43:58 +0000 (01:43 +0000)
* choose-temp.c: Delete !defined(_WIN32) condition when including
sys/file.h (NO_SYS_FILE_H is still used).

From-SVN: r12657

gcc/choose-temp.c

index b687729e2f6b939a4edbdfb568a0b321e25e6fc9..0383832a3b6a31d85e9f15c1e916eb66a6f5726f 100644 (file)
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA.  */
 /* This file lives in at least two places: libiberty and gcc.
    Don't change one without the other.  */
 
-#if ! defined (_WIN32) && ! defined (NO_SYS_FILE_H)
+#ifndef NO_SYS_FILE_H
 #include <sys/types.h>
 #include <sys/file.h>   /* May get R_OK, etc. on some systems.  */
 #endif
This page took 0.064602 seconds and 5 git commands to generate.