diff options
-rw-r--r-- | lib/Support/regcomp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Support/regcomp.c b/lib/Support/regcomp.c index 16ca8d3..cd018d5 100644 --- a/lib/Support/regcomp.c +++ b/lib/Support/regcomp.c @@ -257,8 +257,8 @@ static void p_ere(struct parse *p, int stop) /* character this ERE should end at */ { char c; - sopno prevback; - sopno prevfwd; + sopno prevback = 0; + sopno prevfwd = 0; sopno conc; int first = 1; /* is this the first alternative? */ |