1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fixed bug in REGEXP for Linux Alpha

This commit is contained in:
monty@donna.mysql.fi
2001-04-11 20:19:52 +03:00
parent 81a4e10105
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];