]> git.saurik.com Git - bison.git/commit - src/scan-gram.l
In the grammar file, the first column is 1 not 0 on the first line as
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sat, 8 Jul 2006 00:02:04 +0000 (00:02 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sat, 8 Jul 2006 00:02:04 +0000 (00:02 +0000)
commit4a678af8c6f178b797e42a60d7ee3774afbdc14e
tree7643203fd4b31e51cf1e151593802a6cbac69037
parentdd60572a8b54ebc51421448f09f83f39bc0a4229
In the grammar file, the first column is 1 not 0 on the first line as
on every other line.
* src/parse-gram.y (%initial-action): Initialize @$ correctly.
* tests/input.at (Torturing the Scanner): Update output.

* src/scan-gram.l (scanner_cursor): Declare it static.
ChangeLog
src/parse-gram.c
src/parse-gram.y
src/scan-gram.l
tests/input.at