diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-20 21:37:48 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-20 21:37:48 +0300 |
commit | d64da79c830daee5b0c9e125320f240a22aa4110 (patch) | |
tree | d46aaf2311624509d8dab4c1bb3822c05bcab056 /awk.h | |
parent | d6493fae8856653b4eaa866e859f51b7218e4446 (diff) | |
parent | 491c127c5c78f0729f3e75bc0d07d49285a2041b (diff) | |
download | egawk-d64da79c830daee5b0c9e125320f240a22aa4110.tar.gz egawk-d64da79c830daee5b0c9e125320f240a22aa4110.tar.bz2 egawk-d64da79c830daee5b0c9e125320f240a22aa4110.zip |
Merge branch 'master' into feature/nocopy
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 */ |