From: fred Date: Sun, 24 Mar 2002 19:28:04 +0000 (+0000) Subject: lilypond-0.0.23 X-Git-Tag: release/1.5.59~5602 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6e4a0aba774d98099d0f03e849c1243e20999e5b;p=lilypond.git lilypond-0.0.23 --- 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);