comparison 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
comparison
equal deleted inserted replaced
135:4636a6841cd6 136:b980b6286996
34 34
35 #if defined(__GNUC__) && !defined(alloca) 35 #if defined(__GNUC__) && !defined(alloca)
36 #define alloca __builtin_alloca 36 #define alloca __builtin_alloca
37 #endif 37 #endif
38 38
39 #if ((!__GNUC__) && !defined(__hpux)) && !defined(_AIX) && !defined (_SCO_DS) && !defined (__USLC__) && !defined(sinix) && !defined(WINDOWSNT) 39 #if ((!__GNUC__) && !defined(__hpux)) && !defined(_AIX) && !defined (_SCO_DS) && !defined (__USLC__) && !defined(sinix) && !defined(WINDOWSNT) && !defined(_SEQUENT_)
40 #include <alloca.h> 40 #include <alloca.h>
41 #endif 41 #endif
42 42
43 #ifdef WINDOWSNT 43 #ifdef WINDOWSNT
44 /* NT has an _alloca function prototyped in malloc.h --marcpa */ 44 /* NT has an _alloca function prototyped in malloc.h --marcpa */