Skip to content

Commit

Permalink
Refactor field names
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust authored and mame committed Nov 9, 2022
1 parent 0a14825 commit 2229473
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 169 deletions.
5 changes: 3 additions & 2 deletions include/ruby/onigmo.h
Expand Up @@ -744,8 +744,9 @@ typedef struct {
typedef struct {
int lower;
int upper;
int base_num;
int inner_num;
/* These fields are for cache optimization. */
int base_point;
int inner_point;
} OnigRepeatRange;

typedef void (*OnigWarnFunc)(const char* s);
Expand Down

0 comments on commit 2229473

Please sign in to comment.