[llvm-commits] CVS: llvm/tools/llvmc/ConfigLexer.h

Reid Spencer reid at x10sys.com
Sun Aug 22 11:02:51 PDT 2004



Changes in directory llvm/tools/llvmc:

ConfigLexer.h updated: 1.3 -> 1.4
---
Log message:

Add the VERSION token.


---
Diffs of the changes:  (+1 -0)

Index: llvm/tools/llvmc/ConfigLexer.h
diff -u llvm/tools/llvmc/ConfigLexer.h:1.3 llvm/tools/llvmc/ConfigLexer.h:1.4
--- llvm/tools/llvmc/ConfigLexer.h:1.3	Wed Aug 18 23:49:47 2004
+++ llvm/tools/llvmc/ConfigLexer.h	Sun Aug 22 13:02:41 2004
@@ -82,6 +82,7 @@
   OPT3,         ///< The item "opt3" (and case variants)
   OPT4,         ///< The item "opt4" (and case variants)
   OPT5,         ///< The item "opt5" (and case variants)
+  VERSION,      ///< The item "version" (and case variants)
 };
 
 extern ConfigLexerTokens Configlex();






More information about the llvm-commits mailing list