]> git.saurik.com Git - bison.git/commitdiff
Test _MSDOS as well as _MSDOS_.
authorRichard M. Stallman <rms@gnu.org>
Mon, 12 Aug 1996 22:17:15 +0000 (22:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 12 Aug 1996 22:17:15 +0000 (22:17 +0000)
bison.simple
src/bison.s1
src/bison.simple

index 88fad5895abd016f8be2432017ea834d3e8d33b1..22e9944eba344fd690c642e978ba965f6c42f42f 100644 (file)
 #else /* not sparc */
 /* This used to test MSDOS, but that is a bad idea
    since that is in the user namespace.  */
-#if defined (_MSDOS_) && !defined (__TURBOC__)
+#if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__)
 #include <malloc.h>
-#else /* not _MSDOS_, or __TURBOC__ */
+#else /* not MSDOS, or __TURBOC__ */
 #if defined(_AIX)
 #include <malloc.h>
  #pragma alloca
-#else /* not MSDOS, __TURBOC__, or _AIX */
+#else /* not MSDOS, or __TURBOC__, or _AIX */
 #ifdef __hpux
 #ifdef __cplusplus
 extern "C" {
@@ -54,7 +54,7 @@ void *alloca ();
 #endif /* not __cplusplus */
 #endif /* __hpux */
 #endif /* not _AIX */
-#endif /* not _MSDOS_, or __TURBOC__ */
+#endif /* not MSDOS, or __TURBOC__ */
 #endif /* not sparc.  */
 #endif /* not GNU C.  */
 #endif /* alloca not defined.  */
index 88fad5895abd016f8be2432017ea834d3e8d33b1..22e9944eba344fd690c642e978ba965f6c42f42f 100644 (file)
 #else /* not sparc */
 /* This used to test MSDOS, but that is a bad idea
    since that is in the user namespace.  */
-#if defined (_MSDOS_) && !defined (__TURBOC__)
+#if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__)
 #include <malloc.h>
-#else /* not _MSDOS_, or __TURBOC__ */
+#else /* not MSDOS, or __TURBOC__ */
 #if defined(_AIX)
 #include <malloc.h>
  #pragma alloca
-#else /* not MSDOS, __TURBOC__, or _AIX */
+#else /* not MSDOS, or __TURBOC__, or _AIX */
 #ifdef __hpux
 #ifdef __cplusplus
 extern "C" {
@@ -54,7 +54,7 @@ void *alloca ();
 #endif /* not __cplusplus */
 #endif /* __hpux */
 #endif /* not _AIX */
-#endif /* not _MSDOS_, or __TURBOC__ */
+#endif /* not MSDOS, or __TURBOC__ */
 #endif /* not sparc.  */
 #endif /* not GNU C.  */
 #endif /* alloca not defined.  */
index 88fad5895abd016f8be2432017ea834d3e8d33b1..22e9944eba344fd690c642e978ba965f6c42f42f 100644 (file)
 #else /* not sparc */
 /* This used to test MSDOS, but that is a bad idea
    since that is in the user namespace.  */
-#if defined (_MSDOS_) && !defined (__TURBOC__)
+#if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__)
 #include <malloc.h>
-#else /* not _MSDOS_, or __TURBOC__ */
+#else /* not MSDOS, or __TURBOC__ */
 #if defined(_AIX)
 #include <malloc.h>
  #pragma alloca
-#else /* not MSDOS, __TURBOC__, or _AIX */
+#else /* not MSDOS, or __TURBOC__, or _AIX */
 #ifdef __hpux
 #ifdef __cplusplus
 extern "C" {
@@ -54,7 +54,7 @@ void *alloca ();
 #endif /* not __cplusplus */
 #endif /* __hpux */
 #endif /* not _AIX */
-#endif /* not _MSDOS_, or __TURBOC__ */
+#endif /* not MSDOS, or __TURBOC__ */
 #endif /* not sparc.  */
 #endif /* not GNU C.  */
 #endif /* alloca not defined.  */