diff lwlib/lwlib.c @ 136:b980b6286996 r20-2b2

Import from CVS: tag r20-2b2
author cvs
date Mon, 13 Aug 2007 09:31:12 +0200
parents 7d55a9ba150c
children 538048ae2ab8
line wrap: on
line diff
--- a/lwlib/lwlib.c	Mon Aug 13 09:30:13 2007 +0200
+++ b/lwlib/lwlib.c	Mon Aug 13 09:31:12 2007 +0200
@@ -36,7 +36,7 @@
 #define alloca __builtin_alloca
 #endif
 
-#if ((!__GNUC__) && !defined(__hpux)) && !defined(_AIX) && !defined (_SCO_DS) && !defined (__USLC__) && !defined(sinix) && !defined(WINDOWSNT)
+#if ((!__GNUC__) && !defined(__hpux)) && !defined(_AIX) && !defined (_SCO_DS) && !defined (__USLC__) && !defined(sinix) && !defined(WINDOWSNT) && !defined(_SEQUENT_)
 #include <alloca.h>
 #endif