mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn't
conflict with configuration variables and #defines. llvm-svn: 17298
This commit is contained in:
parent
ec563c71fd
commit
5ae644e47b
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user