1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00
Files
archived-php-src/ext/mbstring/oniguruma/php_onig_compat.h
T
2005-02-21 09:43:55 +00:00

9 lines
265 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
#define re_registers php_mb_re_registers
#endif /* _PHP_MBREGEX_COMPAT_H */