[llvm-commits] CVS: llvm/tools/llvmc/ConfigLexer.h
Reid Spencer
reid at x10sys.com
Wed Oct 27 21:06:26 PDT 2004
Changes in directory llvm/tools/llvmc:
ConfigLexer.h updated: 1.9 -> 1.10
---
Log message:
Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn't
conflict with configuration variables and #defines.
---
Diffs of the changes: (+1 -2)
Index: llvm/tools/llvmc/ConfigLexer.h
diff -u llvm/tools/llvmc/ConfigLexer.h:1.9 llvm/tools/llvmc/ConfigLexer.h:1.10
--- llvm/tools/llvmc/ConfigLexer.h:1.9 Mon Sep 13 20:59:31 2004
+++ llvm/tools/llvmc/ConfigLexer.h Wed Oct 27 23:06:15 2004
@@ -60,7 +60,6 @@
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 @@
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
};
More information about the llvm-commits
mailing list