]> granicus.if.org Git - php/commitdiff
- revert last commit, breaks the build and needs test case(s)
authorPierre Joye <pajoye@php.net>
Sun, 6 Sep 2009 15:56:58 +0000 (15:56 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 6 Sep 2009 15:56:58 +0000 (15:56 +0000)
Zend/zend.h

index 8483871b10401f2e36399974336f192e92e7668d..3e51ac32b2d70188e849e5ba025be6745593a8a5 100644 (file)
@@ -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