From: hanwen Date: Tue, 16 Aug 2005 23:43:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.6.4~17^2~60 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c1cb5cf05fc2782cbd61cd622c12f9c38977d3fd;p=lilypond.git *** empty log message *** --- diff --git a/lily/lily-parser.cc b/lily/lily-parser.cc index 059d5a8153..6987c052e8 100644 --- a/lily/lily-parser.cc +++ b/lily/lily-parser.cc @@ -220,7 +220,7 @@ get_header (Lily_parser *parser) id = ly_make_anonymous_module (be_safe_global); else { - nid = ly_make_anonymous_module (false); + SCM nid = ly_make_anonymous_module (false); ly_module_copy(nid,id); id = nid; }