mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-04 19:07:26 +00:00
Add the VERSION token.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15994 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1df71210fe
commit
c0e9bec9fc
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user