mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
SPACE is a legitimate token now, to separate option words.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18183 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
90654fd924
commit
c0f376dba2
@ -84,6 +84,7 @@ enum ConfigLexerTokens {
|
||||
PREPROCESSOR, ///< The name "preprocessor" (and variants)
|
||||
REQUIRED, ///< The name "required" (and variants)
|
||||
SEPARATOR, ///< A configuration item separator
|
||||
SPACE, ///< Space between options
|
||||
STATS_SUBST, ///< The stats substitution item %stats%
|
||||
STRING, ///< A quoted string
|
||||
TARGET_SUBST, ///< The substitition item %target%
|
||||
|
Loading…
x
Reference in New Issue
Block a user