diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-02 22:05:25 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-02 22:05:25 +0300 |
commit | 78169694440b5258ddb20c4d1fe0eb445a479e1f (patch) | |
tree | 24b1467dede47526f52184f6fcdc5eab2acc4cb7 /re.c | |
parent | 1cf371db5f30bc9f40a4840f1d1d276ee46619a0 (diff) | |
download | egawk-78169694440b5258ddb20c4d1fe0eb445a479e1f.tar.gz egawk-78169694440b5258ddb20c4d1fe0eb445a479e1f.tar.bz2 egawk-78169694440b5258ddb20c4d1fe0eb445a479e1f.zip |
Sync dfa with grep.
Diffstat (limited to 're.c')
-rw-r--r-- | re.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -254,7 +254,7 @@ research(Regexp *rp, char *str, int start, size_t len, int flags) { const char *ret = str; - int try_backref = false; + bool try_backref = false; int need_start; int no_bol; int res; |