]> granicus.if.org Git - php/commitdiff
fixed an error in mbstring caused by confliction with regex.
authorRui Hirokawa <hirokawa@php.net>
Mon, 14 Jan 2002 03:08:40 +0000 (03:08 +0000)
committerRui Hirokawa <hirokawa@php.net>
Mon, 14 Jan 2002 03:08:40 +0000 (03:08 +0000)
ext/mbstring/mbregex.c

index d43726cbc5377cc5d148977d02a178aa1f56c3d1..04c6d214f3ffb743cb9c5578c2eac5ccc5cd8590 100644 (file)
@@ -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
 \f
 /* Macros for re_compile_pattern, which is found below these definitions.  */