diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-28 04:06:15 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-28 04:06:15 +0000 |
| commit | f828c812bda552e3def42b3bb53179ed38463c1e (patch) | |
| tree | 64d8704c80ed0fbc7d5c1537074171d5398a1ab5 /llvm/tools/llvmc | |
| parent | aec50b98e06fcf2e4416edf17f013969a2e4a68c (diff) | |
| download | bcm5719-llvm-f828c812bda552e3def42b3bb53179ed38463c1e.tar.gz bcm5719-llvm-f828c812bda552e3def42b3bb53179ed38463c1e.zip | |
Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn't
conflict with configuration variables and #defines.
llvm-svn: 17298
Diffstat (limited to 'llvm/tools/llvmc')
| -rw-r--r-- | llvm/tools/llvmc/ConfigLexer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/tools/llvmc/ConfigLexer.h b/llvm/tools/llvmc/ConfigLexer.h index 1548a724145..acd4f987c8b 100644 --- a/llvm/tools/llvmc/ConfigLexer.h +++ b/llvm/tools/llvmc/ConfigLexer.h @@ -60,7 +60,6 @@ enum ConfigLexerTokens { EQUALS, ///< The equals sign, = FALSETOK, ///< A boolean false value (false/no/off) FOPTS_SUBST, ///< The substitution item %fOpts% - FORCE_SUBST, ///< The substitution item %force% IN_SUBST, ///< The substitution item %in% INCLS_SUBST, ///< The substitution item %incls% INTEGER, ///< An integer @@ -93,7 +92,7 @@ enum ConfigLexerTokens { TRANSLATOR, ///< The name "translator" (and variants) TRUETOK, ///< A boolean true value (true/yes/on) VERBOSE_SUBST,///< The substitution item %verbose% - VERSION, ///< The name "version" (and variants) + VERSION_TOK, ///< The name "version" (and variants) WOPTS_SUBST, ///< The %WOpts% substitution }; |

