]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.6
authorfred <fred>
Fri, 1 Nov 1996 12:43:12 +0000 (12:43 +0000)
committerfred <fred>
Fri, 1 Nov 1996 12:43:12 +0000 (12:43 +0000)
lexer.hh

index 28753603ef35731e43b15d0ee39568dda2e1cb3e..31be74169fa52b1443c0ec37ee44ca5bc3a83579 100644 (file)
--- 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