aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-09-20 21:31:45 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-09-20 21:31:45 +0300
commit491c127c5c78f0729f3e75bc0d07d49285a2041b (patch)
treeb65badb595578c62bf906f90949e0a4b5f05667c /awk.h
parent2679ddd1324765b37ef69933b8ad4cf3f80c2795 (diff)
downloadegawk-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/awk.h b/awk.h
index 2c401637..2353700e 100644
--- a/awk.h
+++ b/awk.h
@@ -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 */