From: fred Date: Mon, 4 Nov 1996 22:14:17 +0000 (+0000) Subject: lilypond-0.0.8 X-Git-Tag: release/1.5.59~6913 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dc4a6a2ae4de2fef7fcc0faaab492596f46b6fa2;p=lilypond.git lilypond-0.0.8 --- diff --git a/lexer.hh b/lexer.hh index 31be74169f..ec7c9b929f 100644 --- a/lexer.hh +++ b/lexer.hh @@ -12,4 +12,5 @@ int lookup_keyword(String s); Identifier* lookup_identifier(String s); void add_identifier(Identifier*i); +void delete_identifiers(); #endif