]> git.donarmstrong.com Git - lilypond.git/commit
Rename argument to avoid preprocessor problems
authorJanek Warchoł <lemniskata.bernoullego@gmail.com>
Sun, 29 Jun 2014 20:58:45 +0000 (22:58 +0200)
committerJanek Warchoł <lemniskata.bernoullego@gmail.com>
Wed, 2 Jul 2014 10:50:30 +0000 (12:50 +0200)
commit7c6becbfa9deba7e58af8780e3ea2627169d5c4e
tree2175ee17011832f374cbeb0a3625ec6b3d7aea28
parentcc02ff640f9ab0ce730104fc84352bb43adc0392
Rename argument to avoid preprocessor problems

Before this change, we were getting the following error with GUB:

/home/gub/gub/target/mingw/src/
lilypond-git.sv.gnu.org--lilypond.git-release-unstable/
lily/include/paper-column.hh:62:
error: expected identifier before ',' token
/home/gub/gub/target/mingw/src/
lilypond-git.sv.gnu.org--lilypond.git-release-unstable/
lily/include/paper-column.hh:62:
error: two or more data types in declaration of 'parameter'

David Kastrup suspects that the library/compiler used for bootstrapping
has a macro or reserved word defined for "interface" - changing the name
makes the problem go away.
lily/include/paper-column.hh
lily/paper-column.cc