From 6e4a0aba774d98099d0f03e849c1243e20999e5b Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:28:04 +0000 Subject: [PATCH] lilypond-0.0.23 --- hdr/lexer.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/hdr/lexer.hh b/hdr/lexer.hh index 767a12c95e..7cbbbe3747 100644 --- a/hdr/lexer.hh +++ b/hdr/lexer.hh @@ -36,6 +36,7 @@ struct My_flex_lexer : yyFlexLexer { int lookup_keyword(String); void lookup_notename(int &large, int &small, String s); void LexerError(const char *); + String spot() const; Identifier*lookup_identifier(String s); My_flex_lexer(); void add_identifier(Identifier*i); -- 2.39.5