mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
This commit was generated by cvs2svn to compensate for changes in r7956,
which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d1d0c52a1e
commit
2e3d3bb916
1 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,10 @@
|
||||||
|
|
||||||
#include "oniguruma.h"
|
#include "oniguruma.h"
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#define MBCTYPE_ASCII 0
|
#define MBCTYPE_ASCII 0
|
||||||
#define MBCTYPE_EUC 1
|
#define MBCTYPE_EUC 1
|
||||||
#define MBCTYPE_SJIS 2
|
#define MBCTYPE_SJIS 2
|
||||||
|
@ -107,4 +111,8 @@ void re_free_registers P_((struct re_registers*));
|
||||||
ONIG_EXTERN
|
ONIG_EXTERN
|
||||||
int re_alloc_pattern P_((struct re_pattern_buffer**)); /* added */
|
int re_alloc_pattern P_((struct re_pattern_buffer**)); /* added */
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* ONIGGNU_H */
|
#endif /* ONIGGNU_H */
|
||||||
|
|
Loading…
Reference in a new issue