]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-guile.cc
(protect_smob): experiment: O(1) GC (un)protection.
[lilypond.git] / lily / lily-guile.cc
index 500aa5d178957055539e95eb5d684400b2f103b6..2ebc9beee68be121b3f48410a2cd8cdd95324018 100644 (file)
@@ -41,6 +41,7 @@ SCM
 ly_to_string (SCM scm)
 {
   return scm_call_3 (ly_lily_module_constant ("format"), SCM_BOOL_F,
+
                     scm_makfrom0str ("~S"), scm);
 }