1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Revert "Refactor field names"

This reverts commit 1e6673d6bb.
This commit is contained in:
TSUYUSATO Kitsune 2022-11-08 15:13:27 +09:00 committed by Yusuke Endoh
parent 22294731a8
commit a1c1fc558a
3 changed files with 169 additions and 162 deletions

View file

@ -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);