From d4750c9fdf8d578c6272332ca459e4995783af50 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 23 Nov 2004 23:35:50 +0000 Subject: [PATCH] SPACE is a legitimate token now, to separate option words. llvm-svn: 18183 --- tools/llvmc/ConfigLexer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/llvmc/ConfigLexer.h b/tools/llvmc/ConfigLexer.h index acd4f987c8b..e11c6e13534 100644 --- a/tools/llvmc/ConfigLexer.h +++ b/tools/llvmc/ConfigLexer.h @@ -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%