]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/input.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / input.hh
index 625910ea74e3a4e42f4e983b753be5fa5c69f582..e1b4169841000f48b806fdfd0a81cd8c3fe0c175 100644 (file)
@@ -20,23 +20,21 @@ class Input
   char const *start_;
   char const *end_;
   Source_file *source_file_;
+
 public:
   Source_file *get_source_file () const;
   char const *start () const;
   char const *end () const;
 
   void set (Source_file *, char const *, char const *);
-  void warning (string) const;
-  void programming_error (string) const;
+  void warning (string) const; // should use member func?
   void non_fatal_error (string) const;
   void error (string) const;
   void message (string) const;
   void set_spot (Input const &);
   void step_forward ();
   void set_location (Input const &, Input const &);
-
   Input spot () const;
-
   string location_string () const;
   string line_number_string () const;
   string file_string ()const;
@@ -52,14 +50,4 @@ public:
   Input ();
 };
 
-
-
-#include "input.hh"
-#include "smobs.hh"
-
-SCM make_input (Input spot);
-Input *unsmob_input (SCM);
-
-extern Input dummy_input_global;
-
 #endif // INPUT_HH