diff options
| author | Zeev Suraski <zeev@php.net> | 2000-02-17 20:25:08 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-02-17 20:25:08 +0000 |
| commit | 9eef999b385afdbdfb31b79daeb8fc544b738783 (patch) | |
| tree | 08e5de90de8e3f5a1990ab8c718b56eadf088fc8 /sapi/apache/sapi_apache.c | |
| parent | a6393de6f7211ec72c1cdffbc30078fe35ce87c3 (diff) | |
| download | php-git-9eef999b385afdbdfb31b79daeb8fc544b738783.tar.gz | |
No need for a value (not that it seems to work anyway...)
Diffstat (limited to 'sapi/apache/sapi_apache.c')
| -rw-r--r-- | sapi/apache/sapi_apache.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
