]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 16 Aug 2005 23:43:56 +0000 (23:43 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 16 Aug 2005 23:43:56 +0000 (23:43 +0000)
lily/lily-parser.cc

index 059d5a8153d945e9d6066c26497d2eab630b6bab..6987c052e85f6b5adeb588f90397712013132eb0 100644 (file)
@@ -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;
     }