aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-05-02 22:05:25 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-05-02 22:05:25 +0300
commit78169694440b5258ddb20c4d1fe0eb445a479e1f (patch)
tree24b1467dede47526f52184f6fcdc5eab2acc4cb7 /re.c
parent1cf371db5f30bc9f40a4840f1d1d276ee46619a0 (diff)
downloadegawk-78169694440b5258ddb20c4d1fe0eb445a479e1f.tar.gz
egawk-78169694440b5258ddb20c4d1fe0eb445a479e1f.tar.bz2
egawk-78169694440b5258ddb20c4d1fe0eb445a479e1f.zip
Sync dfa with grep.
Diffstat (limited to 're.c')
-rw-r--r--re.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/re.c b/re.c
index c0d2e90e..7513076a 100644
--- a/re.c
+++ b/re.c
@@ -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;