version 1.1.1.2, 2012/05/29 12:34:35
|
version 1.1.1.2.2.1, 2013/07/22 01:44:14
|
Line 180 char *alloca ();
|
Line 180 char *alloca ();
|
#endif |
#endif |
#define restrict __restrict__ |
#define restrict __restrict__ |
|
|
#if (HAVE_ALLOCA || (defined (__GNUC__) && __GNUC__ >= 2)) && !(defined(ZTS) && defined(ZEND_WIN32)) && !(defined(ZTS) && defined(NETWARE)) && !(defined(ZTS) && defined(HPUX)) && !defined(DARWIN) && !(defined(ZTS) && defined(__FreeBSD__)) | #if (HAVE_ALLOCA || (defined (__GNUC__) && __GNUC__ >= 2)) && !(defined(ZTS) && defined(ZEND_WIN32)) && !(defined(ZTS) && defined(NETWARE)) && !(defined(ZTS) && defined(HPUX)) && !defined(DARWIN) |
# define ZEND_ALLOCA_MAX_SIZE (32 * 1024) |
# define ZEND_ALLOCA_MAX_SIZE (32 * 1024) |
# define ALLOCA_FLAG(name) \ |
# define ALLOCA_FLAG(name) \ |
zend_bool name; |
zend_bool name; |