* i386/xm-cygwin32.h: Only define POSIX if it is not already defined.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Oct 1998 19:16:44 +0000 (19:16 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Oct 1998 19:16:44 +0000 (19:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22933 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/xm-cygwin32.h

index 3de38fc..1a9b26a 100644 (file)
@@ -5,6 +5,8 @@ Thu Oct  8 17:00:18 1998  Richard Henderson  <rth@cygnus.com>
 
 Thu Oct  8 17:15:04 1998  Jeffrey A Law  (law@cygnus.com)
 
+       * i386/xm-cygwin32.h: Only define POSIX if it is not already defined.
+
        * jump.c (jump_optimize): Revert accidental patch.
 
        * Makefile.in (cpplib.o): Use unlibsubdir.
index fd9c6db..67040fe 100644 (file)
@@ -52,4 +52,6 @@ do {                                                                  \
 #define PATH_SEPARATOR ';'
 
 /* This is needed so that protoize will compile.  */
+#ifndef POSIX
 #define POSIX
+#endif