diff options
author | Rasmus Lerdorf <rasmus@php.net> | 1999-10-30 14:26:42 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 1999-10-30 14:26:42 +0000 |
commit | 5a391e843a4f271f90c741f591629c9c89cb929a (patch) | |
tree | 95da531dfdeb53d8528a1535b65566c81913a68e | |
parent | 3bfc21509121fe3d4520215715978cd1fe97226c (diff) | |
download | php-git-5a391e843a4f271f90c741f591629c9c89cb929a.tar.gz |
typing in the dark
-rw-r--r-- | ext/ereg/php_regex.h | 2 | ||||
-rw-r--r-- | main/php_regex.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/ereg/php_regex.h b/ext/ereg/php_regex.h index 09fdde05fe..46618379af 100644 --- a/ext/ereg/php_regex.h +++ b/ext/ereg/php_regex.h @@ -12,7 +12,7 @@ #ifndef _RX_H #define _RX_H 1 /* Try defining these for Linux to */ #endif -#ifndef __REGEXP_LIBRARY___H +#ifndef __REGEXP_LIBRARY_H__ #define __REGEXP_LIBRARY_H__ 1 /* avoid Apache including regex.h */ #endif #ifndef _H_REGEX diff --git a/main/php_regex.h b/main/php_regex.h index 09fdde05fe..46618379af 100644 --- a/main/php_regex.h +++ b/main/php_regex.h @@ -12,7 +12,7 @@ #ifndef _RX_H #define _RX_H 1 /* Try defining these for Linux to */ #endif -#ifndef __REGEXP_LIBRARY___H +#ifndef __REGEXP_LIBRARY_H__ #define __REGEXP_LIBRARY_H__ 1 /* avoid Apache including regex.h */ #endif #ifndef _H_REGEX |