Annotation of embedaddon/php/ext/mbstring/php_onig_compat.h, revision 1.1.1.1

1.1       misho       1: #ifndef _PHP_ONIG_COMPAT_H
                      2: #define _PHP_ONIG_COMPAT_H
                      3: 
                      4: #define re_pattern_buffer           php_mb_re_pattern_buffer
                      5: #define regex_t                     php_mb_regex_t
                      6: #define re_registers                php_mb_re_registers
                      7: 
                      8: #endif /* _PHP_ONIG_COMPAT_H */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>