From: fred Date: Fri, 1 Nov 1996 12:43:12 +0000 (+0000) Subject: lilypond-0.0.6 X-Git-Tag: release/1.5.59~6984 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b33b5cbd9136b611227329e6d608e6485ffc9d43;p=lilypond.git lilypond-0.0.6 --- diff --git a/lexer.hh b/lexer.hh index 28753603ef..31be74169f 100644 --- a/lexer.hh +++ b/lexer.hh @@ -9,6 +9,7 @@ int yylex(); void yyerror(char *s); int lookup_keyword(String s); -Identifier* lookup_identifier(String s); +Identifier* lookup_identifier(String s); +void add_identifier(Identifier*i); #endif