[llvm-commits] CVS: llvm/tools/llvmc/ConfigLexer.l
Reid Spencer
reid at x10sys.com
Fri Dec 10 14:00:00 PST 2004
Changes in directory llvm/tools/llvmc:
ConfigLexer.l updated: 1.11 -> 1.12
---
Log message:
Get rid of warning from flex.
---
Diffs of the changes: (+0 -1)
Index: llvm/tools/llvmc/ConfigLexer.l
diff -u llvm/tools/llvmc/ConfigLexer.l:1.11 llvm/tools/llvmc/ConfigLexer.l:1.12
--- llvm/tools/llvmc/ConfigLexer.l:1.11 Tue Nov 23 17:35:16 2004
+++ llvm/tools/llvmc/ConfigLexer.l Fri Dec 10 15:59:47 2004
@@ -18,7 +18,6 @@
%option never-interactive
%option batch
%option noyywrap
-%option nodefault
%option 8bit
%option outfile="ConfigLexer.cpp"
%option ecs
More information about the llvm-commits
mailing list