1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

SPACE is a legitimate token now, to separate option words.

llvm-svn: 18183
This commit is contained in:
Reid Spencer 2004-11-23 23:35:50 +00:00
parent 9fa650658b
commit d4750c9fdf

View File

@ -84,6 +84,7 @@ enum ConfigLexerTokens {
PREPROCESSOR, ///< The name "preprocessor" (and variants) PREPROCESSOR, ///< The name "preprocessor" (and variants)
REQUIRED, ///< The name "required" (and variants) REQUIRED, ///< The name "required" (and variants)
SEPARATOR, ///< A configuration item separator SEPARATOR, ///< A configuration item separator
SPACE, ///< Space between options
STATS_SUBST, ///< The stats substitution item %stats% STATS_SUBST, ///< The stats substitution item %stats%
STRING, ///< A quoted string STRING, ///< A quoted string
TARGET_SUBST, ///< The substitition item %target% TARGET_SUBST, ///< The substitition item %target%