From: Ilia Alshanetsky Date: Tue, 31 Dec 2002 00:10:57 +0000 (+0000) Subject: Changed ifdef to if. X-Git-Tag: PHP_5_0_dev_before_13561_fix~553 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87e598e835eb531520816dbf501aebcc17cb9da6;p=php Changed ifdef to if. --- diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index 48221cd46a..1d6da07ef8 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -498,7 +498,7 @@ static int php_output_filter(ap_filter_t *f, apr_bucket_brigade *bb) zfd.opened_path = NULL; php_execute_script(&zfd TSRMLS_CC); -#ifdef MEMORY_LIMIT +#if MEMORY_LIMIT { char *mem_usage;