From 558e7133c4ec6ea58679da4799593818d73d49f8 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 6 Sep 2009 15:56:58 +0000 Subject: [PATCH] - revert last commit, breaks the build and needs test case(s) --- Zend/zend.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zend/zend.h b/Zend/zend.h index 23e7c37658..f6fd95de83 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -196,8 +196,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 -- 2.50.1