diff options
author | Yusuke Endoh <[email protected]> | 2022-03-24 16:59:11 +0900 |
---|---|---|
committer | Yusuke Endoh <[email protected]> | 2022-03-30 16:50:46 +0900 |
commit | ffc3b37f969a779f93b8f8a5b3591b4ef7de1538 () | |
tree | 25b2d942e8eb2c4a73043773edfcfd6c0d709155 /include/ruby/onigmo.h | |
parent | 23530d68cb04aed9c2f59a050523b0193ee2d0c1 (diff) |
re.c: Add Regexp.timeout= and Regexp.timeout
[Feature #17837]
Notes: Merged: https://.com/ruby/ruby/pull/5703
-rw-r--r-- | include/ruby/onigmo.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -793,6 +793,13 @@ typedef struct re_pattern_buffer { OnigDistance dmin; /* min-distance of exact or map */ OnigDistance dmax; /* max-distance of exact or map */ /* regex_t link chain */ struct re_pattern_buffer* chain; /* escape compile-conflict */ } OnigRegexType; |