diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-20 21:31:45 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-20 21:31:45 +0300 |
commit | 491c127c5c78f0729f3e75bc0d07d49285a2041b (patch) | |
tree | b65badb595578c62bf906f90949e0a4b5f05667c /awk.h | |
parent | 2679ddd1324765b37ef69933b8ad4cf3f80c2795 (diff) | |
download | egawk-491c127c5c78f0729f3e75bc0d07d49285a2041b.tar.gz egawk-491c127c5c78f0729f3e75bc0d07d49285a2041b.tar.bz2 egawk-491c127c5c78f0729f3e75bc0d07d49285a2041b.zip |
Use dfa's new ability to handle anchors.
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -210,7 +210,6 @@ typedef struct Regexp { struct re_pattern_buffer pat; struct re_registers regs; struct dfa *dfareg; - bool has_anchor; /* re has anchors which dfa avoids */ bool non_empty; /* for use in fpat_parse_field */ bool has_meta; /* re has meta chars so (probably) isn't simple string */ bool maybe_long; /* re has meta chars that can match long text */ |