]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/atom.cc
release: 1.3.25
[lilypond.git] / lily / atom.cc
index fc8524dd4404f030822aa1e457cf47e0b9b5b26e..cc2bde40be01f211d289b59360968f200294e2f9 100644 (file)
@@ -22,8 +22,8 @@
 
 Atom::Atom(SCM s)
 {
-  SCM onstack = s;             // protection.
-  func_ = onstack; //scm_protect_object (s);
+  SCM onstack = s;             // protection. just to be sure.
+  func_ = s;
   self_scm_ = SCM_EOL;
   smobify_self ();
 }