]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_ALLOCA): Don't define this on USG5_4 if not using GNU C.
authorRichard M. Stallman <rms@gnu.org>
Wed, 6 Aug 1997 17:46:39 +0000 (17:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 6 Aug 1997 17:46:39 +0000 (17:46 +0000)
src/m/intel386.h

index 94af5555c118bd97bf011bf43edc3bb8573f8a5f..464cd2572524b6ea5857fd20611fe1170118f94c 100644 (file)
@@ -195,7 +195,12 @@ NOTE-END */
 #endif /* not USG5_4 */
 #endif /* LIB_STANDARD */
 
+/* Paul Abrahams <abrahams@acm.org> says that
+   Unixware does not have alloca when using cc.  */
+#if ! (defined (USG5_4) && ! defined (__GNUC__))
 #define HAVE_ALLOCA
+#endif
+
 #define NO_REMAP 
 #define TEXT_START 0
 #endif /* USG */