]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexerinit.cc
patch::: 1.1.31.mb2
[lilypond.git] / lily / lexerinit.cc
index 2eb9ed4e50d64620c0e846d17f4b57d6de9ad5ba..b63c6c6262c089f53fde5af77a2f5aa06ae22412 100644 (file)
@@ -1,22 +1,22 @@
 /*
   lexerinit.cc -- implement some stuff
 
-  source file of the LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include <iostream.h>
 #include <strstream.h>
 #include "proto.hh"
 #include "plist.hh"
-#include "lexer.hh"
+#include "my-lily-lexer.hh"
 #include "debug.hh"
 #include "main.hh"
 #include "source-file.hh"
 #include "source.hh"
 
-My_flex_lexer *lexer=0;
+My_lily_lexer *lexer=0;
 
 int
 yylex() {
@@ -26,5 +26,5 @@ yylex() {
 bool
 busy_parsing()
 {
-    return lexer;      
+  return lexer;        
 }