]> git.saurik.com Git - bison.git/commit
parser: accept #line NUM
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 3 Dec 2012 14:59:57 +0000 (15:59 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 3 Dec 2012 14:59:57 +0000 (15:59 +0100)
commit03dbf629d54bab4b5903f35c881bb240511d1f39
treed79fe6ca3869c1eb397a61b7007b044bcdf46ac6
parent1c7ec959b1dddfbf594d5b76572e4b473c055be2
parser: accept #line NUM

* src/scan-gram.l (scanner): Accept '#line NUM'.
(handle_syncline): Adjust to the possible missing file name.
src/scan-gram.l