From 21503e723e1f4c778d81fe284796bf537d278295 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 3 Aug 2003 18:46:34 +0000 Subject: Reallow build --- ext/mbstring/php_mbregex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/mbstring/php_mbregex.h') 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) \ -- cgit v1.2.1