summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-08-03 18:46:34 +0000
committerMarcus Boerger <helly@php.net>2003-08-03 18:46:34 +0000
commit21503e723e1f4c778d81fe284796bf537d278295 (patch)
tree5b73f352e193ee7fea54b79bf4392ab5f8b3065e /ext/mbstring/php_mbregex.h
parent538d58dd5f13a3ffda958ec002733dcbbc965352 (diff)
downloadphp-git-21503e723e1f4c778d81fe284796bf537d278295.tar.gz
Reallow build
Diffstat (limited to 'ext/mbstring/php_mbregex.h')
-rw-r--r--ext/mbstring/php_mbregex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mbstring/php_mbregex.h b/ext/mbstring/php_mbregex.h
index 22dd029de7..3726ee03c1 100644
--- a/ext/mbstring/php_mbregex.h
+++ b/ext/mbstring/php_mbregex.h
@@ -44,8 +44,8 @@
#define PHP_MBREGEX_FUNCTION_ENTRIES \
PHP_FE(mb_regex_encoding, NULL) \
PHP_FE(mb_regex_set_options, NULL) \
- PHP_FE(mb_ereg, (unsigned char *)third_argument_force_ref) \
- PHP_FE(mb_eregi, (unsigned char *)third_argument_force_ref) \
+ PHP_FE(mb_ereg, third_arg_force_ref) \
+ PHP_FE(mb_eregi, third_arg_force_ref) \
PHP_FE(mb_ereg_replace, NULL) \
PHP_FE(mb_eregi_replace, NULL) \
PHP_FE(mb_split, NULL) \