* i386/xm-cygwin32.h: Only define POSIX if it is not already defined.
From-SVN: r22933
This commit is contained in:
parent
96fc0606e3
commit
338ed9bc7c
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -52,4 +52,6 @@ do { \
|
|||
#define PATH_SEPARATOR ';'
|
||||
|
||||
/* This is needed so that protoize will compile. */
|
||||
#ifndef POSIX
|
||||
#define POSIX
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue