projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1df7121
)
Add the VERSION token.
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 22 Aug 2004 18:02:41 +0000
(18:02 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sun, 22 Aug 2004 18:02:41 +0000
(18:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15994
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvmc/ConfigLexer.h
patch
|
blob
|
history
diff --git
a/tools/llvmc/ConfigLexer.h
b/tools/llvmc/ConfigLexer.h
index 78fc30b8b4ac6cb145f5db6e3f58e8233aef8e3f..e54c66632a46a40492a8ba451ecb016cf15b2d9e 100644
(file)
--- a/
tools/llvmc/ConfigLexer.h
+++ b/
tools/llvmc/ConfigLexer.h
@@
-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();