Add the VERSION token.

llvm-svn: 15994
This commit is contained in:
Reid Spencer 2004-08-22 18:02:41 +00:00
parent a318822db2
commit 3820372162
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ enum ConfigLexerTokens {
OPT3, ///< The item "opt3" (and case variants)
OPT4, ///< The item "opt4" (and case variants)
OPT5, ///< The item "opt5" (and case variants)
VERSION, ///< The item "version" (and case variants)
};
extern ConfigLexerTokens Configlex();