]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.23
authorfred <fred>
Sun, 24 Mar 2002 19:28:04 +0000 (19:28 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:28:04 +0000 (19:28 +0000)
hdr/lexer.hh

index 767a12c95efdb18db69d31defb73cd76c34044e5..7cbbbe37475397003f976c3c75efe68f3637f80b 100644 (file)
@@ -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);