diff options
Diffstat (limited to 'ext/ereg/php_regex.h')
-rw-r--r-- | ext/ereg/php_regex.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/ereg/php_regex.h b/ext/ereg/php_regex.h index f4dc865163..c418c1f576 100644 --- a/ext/ereg/php_regex.h +++ b/ext/ereg/php_regex.h @@ -1,5 +1,5 @@ -#ifndef _PHP_REGEX_H -#define _PHP_REGEX_H +#ifndef PHP_REGEX_H +#define PHP_REGEX_H /* * REGEX means: @@ -39,4 +39,4 @@ #endif #endif -#endif /* _PHP_REGEX_H */ +#endif /* PHP_REGEX_H */ |