summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ruby/re.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ruby/re.h b/include/ruby/re.h
index 166f254aa5..7102c7ace4 100644
--- a/include/ruby/re.h
+++ b/include/ruby/re.h
@@ -36,9 +36,8 @@ struct rmatch_offset {
struct rmatch {
struct re_registers regs;
- int char_offset_updated;
- int char_offset_num_allocated;
struct rmatch_offset *char_offset;
+ int char_offset_num_allocated;
};
struct RMatch {