From 338ed9bc7cec9c4b7454d46c7d522586a0db13e8 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Thu, 8 Oct 1998 19:16:44 +0000 Subject: [PATCH] * i386/xm-cygwin32.h: Only define POSIX if it is not already defined. From-SVN: r22933 --- gcc/ChangeLog | 2 ++ gcc/config/i386/xm-cygwin32.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3de38fce277..1a9b26ae2cc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -5,6 +5,8 @@ Thu Oct 8 17:00:18 1998 Richard Henderson 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. diff --git a/gcc/config/i386/xm-cygwin32.h b/gcc/config/i386/xm-cygwin32.h index fd9c6db5923..67040fea7ce 100644 --- a/gcc/config/i386/xm-cygwin32.h +++ b/gcc/config/i386/xm-cygwin32.h @@ -52,4 +52,6 @@ do { \ #define PATH_SEPARATOR ';' /* This is needed so that protoize will compile. */ +#ifndef POSIX #define POSIX +#endif