]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4463: Fix regression with -ddebug-parser
authorDavid Kastrup <dak@gnu.org>
Fri, 26 Jun 2015 10:20:01 +0000 (12:20 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 26 Jun 2015 11:49:26 +0000 (13:49 +0200)
commitbfcb621c400cc717b485c38d08de5faa1b6cddd8
tree983be7ae27445043f82fc8789178b4ce9e3804a2
parent2fde4244989f5e8454ca99d7d4f7363b6f078a26
Issue 4463: Fix regression with -ddebug-parser

Running

    lilypond -ddebug-parser scheme-sandbox

led to the error message
scm/lily.scm:1056:21: In procedure value->lily-string in expression (ly:parse-file file-name):
scm/lily.scm:1056:21: Wrong number of arguments to #<procedure value->lily-string (arg)>

This was an obvious oversight in the implementation of issue 4442.
lily/parser.yy