From: Rasmus Lerdorf Date: Wed, 14 Jul 1999 21:49:35 +0000 (+0000) Subject: How did this ever work without this #define ? X-Git-Tag: php-4.0b1~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75f62dc415596975a46fa8b020d7830e0bc7f029;p=php How did this ever work without this #define ? --- diff --git a/ext/apache/apache.c b/ext/apache/apache.c index 75e971cace..1660f72c3c 100644 --- a/ext/apache/apache.c +++ b/ext/apache/apache.c @@ -50,6 +50,8 @@ #include "http_request.h" #include "build-defs.h" +#define SECTION(name) PUTS("

" name "

\n") + extern module *top_module; PHP_FUNCTION(virtual);