]> git.donarmstrong.com Git - lilypond.git/commit
Issue 5069: Avoid using void * as SCM
authorDavid Kastrup <dak@gnu.org>
Tue, 14 Feb 2017 12:41:52 +0000 (13:41 +0100)
committerDavid Kastrup <dak@gnu.org>
Mon, 20 Feb 2017 14:35:17 +0000 (15:35 +0100)
commit3fc70e3e7dfb3c26cb3e5bb9dcabc87cc758c24d
tree2d6e74cd40cd8d4d7a6b9d780ca3ebe892bbf33f
parentb27fe425c189263be20830b09c859d27245bb550
Issue 5069: Avoid using void * as SCM

This is not really type-safe.  Using an SCM * instead is unproblematic.
lily/module-scheme.cc