* i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
authorMark Elbrecht <snowball3@bigfoot.com>
Sat, 26 Feb 2000 05:23:20 +0000 (05:23 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 26 Feb 2000 05:23:20 +0000 (22:23 -0700)
From-SVN: r32168

gcc/ChangeLog
gcc/config/i386/djgpp.h

index 51bec88c854e2b6986e830409dca7660bc1d899f..cc65f1b93882e0e725bf23d10f6d8f6d5665e6c5 100644 (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.
index 0969c26f789d0c60b3eb346f542bbdc6c8e9a596..f98a45bcadb92dc1ff6d81f6fb51704c0704ad92 100644 (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