]> granicus.if.org Git - php/commitdiff
- Oopsie
authorAndi Gutmans <andi@php.net>
Sun, 15 Aug 1999 19:38:10 +0000 (19:38 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 15 Aug 1999 19:38:10 +0000 (19:38 +0000)
Zend/zend_execute.c

index e42f94e54e8fae24e83ccefa17490f64e5519553..690041358ae42b353cfb64d787e71cba83b05486 100644 (file)
@@ -865,11 +865,6 @@ static void call_overloaded_function(int arg_count, zval *return_value, HashTabl
 #      define free_alloca(p)   efree(p)
 #endif
 
-#undef do_alloca
-#undef free_aloca
-#      define do_alloca(p)             emalloc(p)
-#      define free_alloca(p)   efree(p)
-
 typedef struct _object_info {
        zval *ptr;
        zval **ptr_ptr;