* i386/xm-cygwin32.h: Only define POSIX if it is not already defined.
authorJeffrey A Law <law@cygnus.com>
Thu, 8 Oct 1998 19:16:44 +0000 (19:16 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 8 Oct 1998 19:16:44 +0000 (13:16 -0600)
From-SVN: r22933

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

index 3de38fce277dd133835369bcc768f761fedc7f90..1a9b26ae2ccbedaea6da4f158ffc3daec32e1eed 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 fd9c6db59232c25d25cdce2aa797ddb25c5ae082..67040fea7ceb6935c24887e2ce859fe4693611b9 100644 (file)
@@ -52,4 +52,6 @@ do {                                                                  \
 #define PATH_SEPARATOR ';'
 
 /* This is needed so that protoize will compile.  */
+#ifndef POSIX
 #define POSIX
+#endif