]> granicus.if.org Git - php/commitdiff
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
authorSVN Migration <svn@php.net>
Mon, 19 Jul 2004 05:04:34 +0000 (05:04 +0000)
committerSVN Migration <svn@php.net>
Mon, 19 Jul 2004 05:04:34 +0000 (05:04 +0000)
ext/mbstring/oniguruma/php_onig_compat.h [new file with mode: 0644]

diff --git a/ext/mbstring/oniguruma/php_onig_compat.h b/ext/mbstring/oniguruma/php_onig_compat.h
new file mode 100644 (file)
index 0000000..d7f1ad5
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef _PHP_MBREGEX_COMPAT_H
+#define _PHP_MBREGEX_COMPAT_H
+
+#define re_pattern_buffer           php_mb_re_pattern_buffer
+#define regex_t                     php_mb_regex_t
+
+#endif /* _PHP_MBREGEX_COMPAT_H */