]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3488: lily/parser.yy: Use %pure-parser instead of %pure_parser
authorDavid Kastrup <dak@gnu.org>
Mon, 5 Aug 2013 12:19:06 +0000 (14:19 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 11 Aug 2013 08:25:24 +0000 (10:25 +0200)
commit2848a5e030f2fe38e4184e25c6b7df5aaad6489d
tree1f07f1e8d00016a1e235c700a56dc51666553a7f
parent9621fd600e1153146ebd4326f40eef4491396a97
Issue 3488: lily/parser.yy: Use %pure-parser instead of %pure_parser

While %pure-parser is already deprecated for Bison 3.0, it is still
supported as opposed to %pure_parser which has been removed altogether
in Bison 3.0.  The currently recommended form %define api.pure has
only become available with Bison 2.3b, and there are currently older
versions of Bison in use with LilyPond.  So the followup move of
replacing the already deprecated %pure-parser with %define api.pure is
left for a later point of time.
lily/parser.yy