X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscm-hash.cc;h=dd3e18bfe4f5c3e234cdadd3676ee2b28547a2e7;hb=cbe41403f58c9e30a1ba86d5f802b007d61748d6;hp=d3a8d7f9bd474b5bc6072bc17225b0fdcbf72758;hpb=750a3ffcf9186636a0477358620bec74d12a7212;p=lilypond.git diff --git a/lily/scm-hash.cc b/lily/scm-hash.cc index d3a8d7f9bd..dd3e18bfe4 100644 --- a/lily/scm-hash.cc +++ b/lily/scm-hash.cc @@ -1,9 +1,20 @@ /* - scm-hash.cc -- implement Scheme_hash_table + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1999--2012 Han-Wen Nienhuys - (c) 1999--2008 Han-Wen Nienhuys + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #include "scm-hash.hh" @@ -28,7 +39,8 @@ copy_handle (void *closure, SCM handle) static void copy_scm_hashes (SCM dest, SCM src) { - scm_internal_hash_for_each_handle ( (SCM (*)(GUILE_ELLIPSIS)) ©_handle, dest, src); + scm_internal_hash_for_each_handle ((scm_t_hash_handle_fn) ©_handle, + dest, src); } Scheme_hash_table::Scheme_hash_table () @@ -51,7 +63,7 @@ Scheme_hash_table::copy (Scheme_hash_table const &src) if (&src == this) return; - hash_tab_ = scm_c_make_hash_table (SCM_HASHTABLE_N_ITEMS(src.hash_tab_)); + hash_tab_ = scm_c_make_hash_table (SCM_HASHTABLE_N_ITEMS (src.hash_tab_)); copy_scm_hashes (hash_tab_, src.hash_tab_); } @@ -68,7 +80,7 @@ Scheme_hash_table::mark_smob (SCM s) } int -Scheme_hash_table::print_smob (SCM s, SCM p, scm_print_state*) +Scheme_hash_table::print_smob (SCM s, SCM p, scm_print_state *) { assert (unsmob (s)); scm_puts ("#