]> git.saurik.com Git - bison.git/commit
glr.cc: properly declare locations are const where appropriate.
authorAkim Demaille <akim@lrde.epita.fr>
Fri, 4 May 2012 12:05:35 +0000 (14:05 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Fri, 4 May 2012 12:53:48 +0000 (14:53 +0200)
commit78ab351c4f19b8e7524a6ee68a13b0954ae6c642
treef6271fb3e1635681049123febcd08bae498691ca
parent15cd62c2c149e45362fd85e8bd8746ac39198ad7
glr.cc: properly declare locations are const where appropriate.

* data/glr.cc (yyerror): The location is const.
data/glr.cc