php-src/ext/mbstring/oniguruma/php_compat.h
Moriyoshi Koizumi 11b0f469f0 - Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi)
. Supports various encodings such as BIG5, GB2312 and ISO-8859-*
  . Fixes bug #26677 (mbstring compile errors with IRIX)
  . Many thanks to K.Kosako.
- Remove redundant files that are not relevant to the build.
2004-02-28 20:45:27 +00:00

8 lines
209 B
C

#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 */