diff options
Diffstat (limited to 'ext/pcre')
| -rw-r--r-- | ext/pcre/pcrelib/pcre.h | 4 | ||||
| -rw-r--r-- | ext/pcre/pcrelib/pcreposix.h | 4 | ||||
| -rw-r--r-- | ext/pcre/php_pcre.h | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/ext/pcre/pcrelib/pcre.h b/ext/pcre/pcrelib/pcre.h index 85e2e74259..f55b44c0bf 100644 --- a/ext/pcre/pcrelib/pcre.h +++ b/ext/pcre/pcrelib/pcre.h @@ -4,8 +4,8 @@ /* Copyright (c) 1997-2000 University of Cambridge */ -#ifndef _PCRE_H -#define _PCRE_H +#ifndef PCRE_H +#define PCRE_H #define PCRE_MAJOR 3 #define PCRE_MINOR 1 diff --git a/ext/pcre/pcrelib/pcreposix.h b/ext/pcre/pcrelib/pcreposix.h index 7660acbd55..e9daaa21ca 100644 --- a/ext/pcre/pcrelib/pcreposix.h +++ b/ext/pcre/pcrelib/pcreposix.h @@ -4,8 +4,8 @@ /* Copyright (c) 1997-2000 University of Cambridge */ -#ifndef _PCREPOSIX_H -#define _PCREPOSIX_H +#ifndef PCREPOSIX_H +#define PCREPOSIX_H /* This is the header for the POSIX wrapper interface to the PCRE Perl- Compatible Regular Expression library. It defines the things POSIX says should 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 */ |
