]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ly-smobs.icc
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / lily / include / ly-smobs.icc
index 2296448400565a454d7833054f1f7236a2ce6dd6..5578826718f659dc57a76aad4c139280faa268ff 100644 (file)
@@ -79,10 +79,10 @@ SCM CL::smobbed_copy () const                                       \
 
 #define IMPLEMENT_SMOBS(CL)                                                    \
 IMPLEMENT_BASE_SMOBS (CL)                                                      \
-SCM                                                                            \
+void                                                                           \
 CL::smobify_self ()                                                            \
 {                                                                              \
-  SCM s =   unprotected_smobify_self ();\
+  SCM s = unprotected_smobify_self ();\
   scm_gc_protect_object (s);\
   return s;\
 }\