From 491c127c5c78f0729f3e75bc0d07d49285a2041b Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 20 Sep 2016 21:31:45 +0300 Subject: Use dfa's new ability to handle anchors. --- awk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'awk.h') 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 */ -- cgit v1.2.3