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.3.2RC1~539 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d19885341626593c4add3aee47f6c63bb25beab7;p=php - revert last commit, breaks the build and needs test case(s) --- diff --git a/Zend/zend.h b/Zend/zend.h index b872e766cf..0e3ea84dc3 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -195,8 +195,8 @@ char *alloca (); #else # define ALLOCA_FLAG(name) # define SET_ALLOCA_FLAG(name) -# define do_alloca(p, use_heap) emalloc(p), use_heap = 1 -# define free_alloca(p, use_heap) efree(p), use_heap = 1 +# define do_alloca(p, use_heap) emalloc(p) +# define free_alloca(p, use_heap) efree(p) #endif #if ZEND_DEBUG