diff lwlib/lwlib.c @ 48:56c54cf7c5b6 r19-16b90

Import from CVS: tag r19-16b90
author cvs
date Mon, 13 Aug 2007 08:56:04 +0200
parents 9ee227acff29
children 131b0175ea99
line wrap: on
line diff
--- a/lwlib/lwlib.c	Mon Aug 13 08:55:32 2007 +0200
+++ b/lwlib/lwlib.c	Mon Aug 13 08:56:04 2007 +0200
@@ -36,7 +36,7 @@
 #define alloca __builtin_alloca
 #endif
 
-#if ((!__GNUC__) && !defined(__hpux)) && !defined(_AIX) && !defined (_SCO_DS) && !defined (__USLC__) && !defined(sinix)
+#if ((!__GNUC__) && !defined(__hpux)) && !defined(_AIX) && !defined (_SCO_DS) && !defined (__USLC__) && !defined(sinix) && !defined(_SEQUENT_)
 #include <alloca.h>
 #endif