From: Rui Hirokawa Date: Mon, 14 Jan 2002 03:08:40 +0000 (+0000) Subject: fixed an error in mbstring caused by confliction with regex. X-Git-Tag: PRE_ISSET_PATCH~196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0544cdca3a87cad721451ea9d234c348cfbadf03;p=php fixed an error in mbstring caused by confliction with regex. --- diff --git a/ext/mbstring/mbregex.c b/ext/mbstring/mbregex.c index d43726cbc5..04c6d214f3 100644 --- a/ext/mbstring/mbregex.c +++ b/ext/mbstring/mbregex.c @@ -522,7 +522,7 @@ enum regexpcode The argument SYNTAX is a bit-mask comprised of the various bits defined in regex.h. */ - +#if 0 long re_set_syntax(syntax) long syntax; @@ -530,7 +530,7 @@ re_set_syntax(syntax) /* obsolete */ return 0; } - +#endif /* Macros for re_compile_pattern, which is found below these definitions. */