diff options
Diffstat (limited to 'ext/ereg/php_ereg.h')
-rw-r--r-- | ext/ereg/php_ereg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/ereg/php_ereg.h b/ext/ereg/php_ereg.h index 57c403eb09..812717e1ae 100644 --- a/ext/ereg/php_ereg.h +++ b/ext/ereg/php_ereg.h @@ -30,8 +30,8 @@ /* $Id$ */ -#ifndef _REG_H -#define _REG_H +#ifndef REG_H +#define REG_H char *php_reg_replace(const char *pattern, const char *replace, const char *string, int icase, int extended); @@ -68,4 +68,4 @@ PHP_MINFO_FUNCTION(regex); #define REGLS_FETCH() #endif -#endif /* _REG_H */ +#endif /* REG_H */ |