Skip to content

Commit

Permalink
Revert "Refactor field names"
Browse files Browse the repository at this point in the history
This reverts commit 1e6673d.
  • Loading branch information
makenowjust authored and mame committed Nov 9, 2022
1 parent 2229473 commit a1c1fc5
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 162 deletions.
5 changes: 2 additions & 3 deletions include/ruby/onigmo.h
Expand Up @@ -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);
Expand Down

0 comments on commit a1c1fc5

Please sign in to comment.