Some actions of web2c.y are improperly triggered.

Reported by Mike Castle.
* src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
* tests/regression.at (Web2c): Rename as...
(Web2c Report): this.
(Web2c Actions): New.
This commit is contained in:
Akim Demaille
2001-12-22 14:58:53 +00:00
parent 776209d6c7
commit b9752825a0
3 changed files with 144 additions and 5 deletions

View File

@@ -103,7 +103,7 @@ traverse (int i)
break;
for (k = 0; k < size; ++k)
F (i)[k] = F (j)[k];
F (j)[k] = F (i)[k];
}
}