Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
47:11c6df210d7f | 48:56c54cf7c5b6 |
---|---|
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) | 39 #if ((!__GNUC__) && !defined(__hpux)) && !defined(_AIX) && !defined (_SCO_DS) && !defined (__USLC__) && !defined(sinix) && !defined(_SEQUENT_) |
40 #include <alloca.h> | 40 #include <alloca.h> |
41 #endif | 41 #endif |
42 | 42 |
43 #ifdef __SUNPRO_C | 43 #ifdef __SUNPRO_C |
44 void *__builtin_alloca (unsigned int); | 44 void *__builtin_alloca (unsigned int); |