diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-12 12:39:07 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-12 12:39:07 +0300 |
commit | 31246324a2be2ace19fed10302241a7bb45df6b6 (patch) | |
tree | 571c6004f0c130c601cd5405aadfc9ffd732983f /awk.h | |
parent | 3a8955be982e26d8b0932d9baa50bb13ea9b3296 (diff) | |
parent | c8d82e842e7ad94cae039e6c978b4bea1a31c4d5 (diff) | |
download | egawk-31246324a2be2ace19fed10302241a7bb45df6b6.tar.gz egawk-31246324a2be2ace19fed10302241a7bb45df6b6.tar.bz2 egawk-31246324a2be2ace19fed10302241a7bb45df6b6.zip |
Merge branch 'master' into feature/fix-comments
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 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 */ } Regexp; |