]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ly-smobs.icc
* lily/include/lily-guile.hh: many new ly_ functions. Thanks to
[lilypond.git] / lily / include / ly-smobs.icc
index 7e93c837f3638902448296c88229e3daddec0735..7a2f6e7ec2fe77189ceee160f8b8e7923af26f55 100644 (file)
@@ -68,7 +68,7 @@ SCM CL::smobbed_copy () const                                 \
 {                                                              \
   CL * ptr  = new CL (*this);\
   SCM s;                                                       \
-  s = gh_cons (SCM_PACK (CL::smob_tag_), SCM_PACK (ptr));      \
+  s = scm_cons (SCM_PACK (CL::smob_tag_), SCM_PACK (ptr));     \
   scm_gc_register_collectable_memory ((CL*)this, sizeof (CL), #CL " smob"); \
                                                                \
   return s;                                                    \