Fixed bug in REGEXP for Linux Alpha

This commit is contained in:
monty@donna.mysql.fi 2001-04-11 20:19:52 +03:00
commit d2dc65f1b4
8 changed files with 131 additions and 15 deletions

View file

@ -828,7 +828,7 @@ register states aft; /* states already known reachable after */
register sopno pc;
register onestate here; /* note, macros know this name */
register sopno look;
register int i;
register onestate i; /* Changed from int by Monty */
for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
s = g->strip[pc];