summaryrefslogtreecommitdiff
path: root/include/ruby/onigmo.h
diff options
context:
space:
mode:
authorYusuke Endoh <[email protected]>2022-03-24 16:59:11 +0900
committerYusuke Endoh <[email protected]>2022-03-30 16:50:46 +0900
commitffc3b37f969a779f93b8f8a5b3591b4ef7de1538 ()
tree25b2d942e8eb2c4a73043773edfcfd6c0d709155 /include/ruby/onigmo.h
parent23530d68cb04aed9c2f59a050523b0193ee2d0c1 (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.h7
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;