]> git.donarmstrong.com Git - lilypond.git/commitdiff
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)
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

index 40ccb3a20b495e19b90a1a33bd5526c38e0aac7a..a7d7285a06747382f3765f4c4c479150a82fd8cb 100644 (file)
@@ -113,7 +113,7 @@ or
 
 
 
-%pure_parser
+%pure-parser
 %locations