mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d198d64e04
commit
d2a5354255
33 changed files with 390 additions and 236 deletions
6
regint.h
6
regint.h
|
@ -193,6 +193,8 @@ extern pthread_mutex_t gOnigMutex;
|
|||
#define USE_UPPER_CASE_TABLE
|
||||
#else
|
||||
|
||||
#define CHECK_INTERRUPT_IN_MATCH_AT
|
||||
|
||||
#define st_init_table onig_st_init_table
|
||||
#define st_init_table_with_size onig_st_init_table_with_size
|
||||
#define st_init_numtable onig_st_init_numtable
|
||||
|
@ -213,8 +215,6 @@ extern pthread_mutex_t gOnigMutex;
|
|||
/* */
|
||||
#define onig_st_is_member st_is_member
|
||||
|
||||
#define CHECK_INTERRUPT_IN_MATCH_AT
|
||||
|
||||
#endif
|
||||
|
||||
#define STATE_CHECK_STRING_THRESHOLD_LEN 7
|
||||
|
@ -913,9 +913,7 @@ typedef struct {
|
|||
|
||||
extern OnigOpInfoType OnigOpInfo[];
|
||||
|
||||
#ifdef ONIG_DEBUG
|
||||
extern void onig_print_compiled_byte_code P_((FILE* f, UChar* bp, UChar* bpend, UChar** nextp, OnigEncoding enc));
|
||||
#endif
|
||||
|
||||
#ifdef ONIG_DEBUG_STATISTICS
|
||||
extern void onig_statistics_init P_((void));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue