]> git.donarmstrong.com Git - lilypond.git/commit
Avoid using ?: on lvalues in Protected_scm
authorDavid Kastrup <dak@gnu.org>
Mon, 13 Jun 2016 22:38:54 +0000 (00:38 +0200)
committerDavid Kastrup <dak@gnu.org>
Mon, 13 Jun 2016 22:39:55 +0000 (00:39 +0200)
commit5d40b498e0b3c7cb2e0fdf5e90ad7be54f72211c
tree0c8af34eea5dc38bf1ff60db2f285df9c95acf4d
parent421a3bdb97d13fd05623f24a8ae98308b1375464
Avoid using ?: on lvalues in Protected_scm

This might have caused problems with older compilers.  C++11
sounds like it would have been fine with th original code.
lily/protected-scm.cc