]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/my-lily-parser.hh
* lily/skyline.cc (merge_skyline): new function
[lilypond.git] / lily / include / my-lily-parser.hh
index c30fca5742b5fc0a1a6adba7cfb72ee56bc005f8..7f8534b5ba29d21c06c6689ba014f77b16061d79 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -30,7 +30,7 @@
 class My_lily_parser 
 {
 public:
-  My_lily_parser (Sources * sources);
+  My_lily_parser (Input_file_results * sources);
   ~My_lily_parser ();
 
   void do_init_file ();
@@ -42,7 +42,7 @@ public:
   Scheme_hash_table *default_header_;
 
   int fatal_error_;
-  Sources * source_;
+  Input_file_results * input_file_;
   int error_level_;
 
   My_lily_lexer * lexer_;