]> granicus.if.org Git - php/commitdiff
Changed ifdef to if.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 31 Dec 2002 00:10:57 +0000 (00:10 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 31 Dec 2002 00:10:57 +0000 (00:10 +0000)
sapi/apache2filter/sapi_apache2.c

index 48221cd46ac869c8fb2f17fa103207aaa5dd8920..1d6da07ef83f98a1211f9c811cdb4d6d2eb9c7d8 100644 (file)
@@ -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;