* i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.

From-SVN: r32168
This commit is contained in:
Mark Elbrecht 2000-02-26 05:23:20 +00:00 committed by Jeff Law
parent 0cb5d81cf1
commit 0268c50107
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
* i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
2000-02-25 John Wehle (john@feith.com)
* rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.

View File

@ -81,8 +81,7 @@ Boston, MA 02111-1307, USA. */
(((NAME)[0] >= 'A') && ((NAME)[0] <= 'z') && ((NAME)[1] == ':')))
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dunix -DGO32 -DDJGPP=2 -DMSDOS \
-Asystem(unix) -Asystem(msdos)"
#define CPP_PREDEFINES "-DGO32 -DDJGPP=2 -DMSDOS -Asystem(msdos)"
/* Include <sys/version.h> so __DJGPP__ and __DJGPP_MINOR__ are defined. */
#undef CPP_SPEC