]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/includable-lexer.cc
* scm/lily-library.scm (char->unicode-index): New function.
[lilypond.git] / lily / includable-lexer.cc
index ff48f271aa47f8e6340a908739cd43ed06f75508..195702bf24e0ad1e6c9d0eb944291c365e825593 100644 (file)
@@ -62,7 +62,7 @@ Includable_lexer::new_input (String name, Sources *sources)
       LexerError (msg.to_str0 ());
       return;
     }
-  filename_strings_.push (file->name_string ());
+  file_name_strings_.push (file->name_string ());
 
   char_count_stack_.push (0);
   if (yy_current_buffer)
@@ -85,7 +85,7 @@ Includable_lexer::new_input (String name, String data, Sources *sources)
 {
   Source_file *file = new Source_file (name, data);
   sources->add (file);
-  filename_strings_.push (name);
+  file_name_strings_.push (name);
 
   char_count_stack_.push (0);
   if (yy_current_buffer)