mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
22294731a8
commit
a1c1fc558a
3 changed files with 169 additions and 162 deletions
|
@ -744,9 +744,8 @@ typedef struct {
|
|||
typedef struct {
|
||||
int lower;
|
||||
int upper;
|
||||
/* These fields are for cache optimization. */
|
||||
int base_point;
|
||||
int inner_point;
|
||||
int base_num;
|
||||
int inner_num;
|
||||
} OnigRepeatRange;
|
||||
|
||||
typedef void (*OnigWarnFunc)(const char* s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue