OSDN Git Service

* choose-temp.c: Delete !defined(_WIN32) condition when including
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Aug 1996 01:43:58 +0000 (01:43 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Aug 1996 01:43:58 +0000 (01:43 +0000)
sys/file.h (NO_SYS_FILE_H is still used).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12657 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/choose-temp.c

index b687729..0383832 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