From 6a64194fd7d37fd288958bb74caa02a30043dceb Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys 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