]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-parser.hh
* lily/include/input.hh (class Input): new `end_' slot for end of
[lilypond.git] / lily / include / lily-parser.hh
index 131c7783625447d66e737210b0a5e0a60cd4c533..6e325fcf185a55f4cb1572414f7312056de65614 100644 (file)
@@ -54,15 +54,13 @@ public:
 
   DECLARE_SCHEME_CALLBACK (layout_description, ());
 
-  Input here_input () const;
-  Input pop_spot ();
   void beam_check (SCM); 
   void do_init_file ();
   void do_yyparse ();
   void parse_file (String init, String name, String out_name);
   void parse_string (String ly_code);
   void parser_error (String);
-  void push_spot ();
+  void parser_error (Input const&, String);
   void set_yydebug (bool);
 };