Skip to content

Commit

Permalink
Refactor field names
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed Nov 8, 2022
1 parent 76118ae commit 1e6673d
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 1e6673d

Please sign in to comment.