From c1cb5cf05fc2782cbd61cd622c12f9c38977d3fd Mon Sep 17 00:00:00 2001 From: hanwen Date: Tue, 16 Aug 2005 23:43:56 +0000 Subject: [PATCH] *** empty log message *** --- lily/lily-parser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5