From 399d52bf06964d049c115c8c1684df3b141a59db Mon Sep 17 00:00:00 2001
From: fred <fred>
Date: Tue, 26 Mar 2002 21:47:37 +0000
Subject: [PATCH] lilypond-1.1.33

---
 lily/include/atom.hh     | 4 +++-
 lily/include/molecule.hh | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/lily/include/atom.hh b/lily/include/atom.hh
index eb231dc7fd..15fc068f5e 100644
--- a/lily/include/atom.hh
+++ b/lily/include/atom.hh
@@ -15,6 +15,7 @@
 #include "lily-proto.hh"
 #include "lily-guile.hh"
 
+//#define ATOM_SMOB
 
 #ifdef ATOM_SMOB
 
@@ -25,8 +26,9 @@ class Atom {
   static SCM smob_mark (SCM);
   static scm_sizet smob_free (SCM);
   static int smob_display (SCM, SCM, scm_print_state*);
-  SCM make_smob () const;
 public:
+  SCM make_smob () const;
+
   Offset off_;
   Atom (SCM s);
 
diff --git a/lily/include/molecule.hh b/lily/include/molecule.hh
index 0a4bae3c29..a95c3bff5c 100644
--- a/lily/include/molecule.hh
+++ b/lily/include/molecule.hh
@@ -16,6 +16,8 @@
 #include "protected-scm.hh"
 #include "cons.hh"
 
+//#define ATOM_SMOB
+
 /** a group of individually translated symbols. You can add molecules
     to the top, to the right, etc.  */
 class Molecule {
-- 
2.39.5