X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fidentifier-smob.cc;h=a9b198f6bc4cb4e83e08868b983a8ef3b8410179;hb=ae601eb98f9c2710b8708a7220e70e8ff8e72204;hp=0fec5798663e57a3016f8c0cebaf2c78880c2556;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/lily/identifier-smob.cc b/lily/identifier-smob.cc index 0fec579866..a9b198f6bc 100644 --- a/lily/identifier-smob.cc +++ b/lily/identifier-smob.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2002--2010 Han-Wen Nienhuys + Copyright (C) 2002--2011 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 @@ -37,9 +37,9 @@ print_box (SCM b, SCM port, scm_print_state *) /* This defines the primitve `make-box', which returns a new smob of type `box', initialized to `#f'. */ LY_DEFINE (ly_export, "ly:export", - 1, 0, 0, (SCM arg), - "Export a Scheme object to the parser" - " so it is treated as an identifier.") + 1, 0, 0, (SCM arg), + "Export a Scheme object to the parser" + " so it is treated as an identifier.") { SCM_RETURN_NEWSMOB (package_tag, arg); }