summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbregex.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/mbregex.c')
-rw-r--r--ext/mbstring/mbregex.c4
1 files changed, 2 insertions, 2 deletions
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. */