From: Pierre Joye Date: Sun, 6 Sep 2009 15:56:58 +0000 (+0000) Subject: - revert last commit, breaks the build and needs test case(s) X-Git-Tag: php-5.2.11RC3~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5ab5a64525426fb2fd8aff9a4539147b82411dd;p=php - revert last commit, breaks the build and needs test case(s) --- diff --git a/Zend/zend.h b/Zend/zend.h index 8483871b10..3e51ac32b2 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -200,8 +200,8 @@ char *alloca (); # define do_alloca(p) emalloc(p) # define free_alloca(p) efree(p) # define ALLOCA_FLAG(name) -# define do_alloca_with_limit(p, use_heap) emalloc(p), use_heap = 1 -# define free_alloca_with_limit(p, use_heap) efree(p), use_heap = 1 +# define do_alloca_with_limit(p, use_heap) emalloc(p) +# define free_alloca_with_limit(p, use_heap) efree(p) #endif #if ZEND_DEBUG