]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/includable-lexer.hh
release: 1.5.29
[lilypond.git] / lily / include / includable-lexer.hh
index 23b972439447ab2669b778f450110f42bf93ea42..f7a8342da2a427792593fd3049ee6307d01927f5 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -14,8 +14,7 @@
 
 #include "string.hh"
 #include "parray.hh"
-#include "fproto.hh"
-#include "proto.hh"
+#include "lily-proto.hh"
 
 // GIGA urg!
 typedef struct yy_buffer_state *YY_BUFFER_STATE;
@@ -46,7 +45,7 @@ public:
   void new_input (String name, String data, Sources*);
 
   void add_lexed_char (int);
-  char const * here_ch_C ();
+  char const * here_ch_C () const;
 };