From: Zeev Suraski Date: Thu, 17 Feb 2000 20:25:08 +0000 (+0000) Subject: No need for a value (not that it seems to work anyway...) X-Git-Tag: php-4.0b4_rc1~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9eef999b385afdbdfb31b79daeb8fc544b738783;p=php No need for a value (not that it seems to work anyway...) --- diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index 08591fbb31..5da7559962 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -19,7 +19,7 @@ */ /* $Id$ */ -#define _PHP_REGEX_H 1 +#define _PHP_REGEX_H #include "zend.h" #include "php.h" diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index b1d7a3e340..e8dcca7278 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -19,7 +19,7 @@ */ /* $Id$ */ -#define _PHP_REGEX_H 1 +#define _PHP_REGEX_H #include "php.h" #include "ext/standard/head.h" diff --git a/sapi/apache/sapi_apache.c b/sapi/apache/sapi_apache.c index 48c72bfa2c..9866e1a87d 100644 --- a/sapi/apache/sapi_apache.c +++ b/sapi/apache/sapi_apache.c @@ -21,7 +21,7 @@ */ /* $Id$ */ -#define _PHP_REGEX_H 1 +#define _PHP_REGEX_H #include "php.h"