|
|
|
@ -146,7 +146,7 @@ char *alloca (); |
|
|
|
# endif |
|
|
|
#endif |
|
|
|
|
|
|
|
#if (HAVE_ALLOCA || (defined (__GNUC__) && __GNUC__ >= 2)) && !(defined(ZTS) && defined(ZEND_WIN32)) && !(defined(ZTS) && defined(NETWARE)) |
|
|
|
#if (HAVE_ALLOCA || (defined (__GNUC__) && __GNUC__ >= 2)) && !(defined(ZTS) && defined(ZEND_WIN32)) && !(defined(ZTS) && defined(NETWARE)) && !defined(HPUX) |
|
|
|
# define do_alloca(p) alloca(p) |
|
|
|
# define free_alloca(p) |
|
|
|
#else |
|
|
|
|