]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scm-hash.cc
release: 1.3.131
[lilypond.git] / lily / scm-hash.cc
index c6a922d07dd9681765b8b8cde64ff8af0b878ee7..cd8841a5ea9f9bb4ae480a2822d88596ad3473f1 100644 (file)
@@ -3,13 +3,14 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
-
 #include <stdio.h>
-#include "ly-smobs.icc"
+
 #include "scm-hash.hh"
+#include "ly-smobs.icc"
+
 
 Scheme_hash_table::Scheme_hash_table ()
 {
@@ -31,9 +32,6 @@ Scheme_hash_table::operator =(Scheme_hash_table const & src)
   // we do not copy the self_scm () field!
 }
 
-
-
-
 SCM
 Scheme_hash_table::mark_smob (SCM s)
 {
@@ -115,6 +113,7 @@ Scheme_hash_table::to_alist () const
 }
 
 
+
 IMPLEMENT_UNSMOB(Scheme_hash_table,scheme_hash);
 IMPLEMENT_SMOBS(Scheme_hash_table);
 IMPLEMENT_DEFAULT_EQUAL_P(Scheme_hash_table);