Get rid of warning from flex.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 10 Dec 2004 21:59:47 +0000 (21:59 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 10 Dec 2004 21:59:47 +0000 (21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18779 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc/ConfigLexer.l

index 4589d4821ab5cbea25d0b4a18585d883f398a69b..f65428ecd66a1737722ad6ea77ce7493c13e6fb2 100644 (file)
@@ -18,7 +18,6 @@
 %option never-interactive
 %option batch
 %option noyywrap
-%option nodefault
 %option 8bit
 %option outfile="ConfigLexer.cpp"
 %option ecs