* ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, regerror.c, regexec.c, reggnu.c, regint.h, regparse.c, regparse.h, sjis.c, utf8.c:
imported Oni Guruma 3.4.0.
* parse.y, re.c: Now mbclen() takes unsigned char as its argument.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-11-04 09:43:08 -05:00
|
|
|
#ifndef ONIGURUMA_H
|
|
|
|
#define ONIGURUMA_H
|
2016-12-10 12:47:04 -05:00
|
|
|
#include "onigmo.h"
|
2004-03-05 10:31:51 -05:00
|
|
|
#define ONIGURUMA
|
2016-12-10 12:47:04 -05:00
|
|
|
#define ONIGURUMA_VERSION_MAJOR ONIGMO_VERSION_MAJOR
|
|
|
|
#define ONIGURUMA_VERSION_MINOR ONIGMO_VERSION_MINOR
|
|
|
|
#define ONIGURUMA_VERSION_TEENY ONIGMO_VERSION_TEENY
|
2004-03-05 10:31:51 -05:00
|
|
|
#endif /* ONIGURUMA_H */
|