diff options
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r-- | ext/pcre/php_pcre.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index d796caa1e2..addb5f1fec 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -18,8 +18,8 @@ /* $Id$ */ -#ifndef _PHP_PCRE_H -#define _PHP_PCRE_H +#ifndef PHP_PCRE_H +#define PHP_PCRE_H #if HAVE_PCRE || HAVE_BUNDLED_PCRE @@ -87,4 +87,4 @@ extern ZEND_API php_pcre_globals pcre_globals; #define phpext_pcre_ptr pcre_module_ptr -#endif /* _PHP_PCRE_H */ +#endif /* PHP_PCRE_H */ |