projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc6ac50
)
Get rid of warning from flex.
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 10 Dec 2004 21:59:47 +0000
(21:59 +0000)
committer
Reid 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
patch
|
blob
|
history
diff --git
a/tools/llvmc/ConfigLexer.l
b/tools/llvmc/ConfigLexer.l
index 4589d4821ab5cbea25d0b4a18585d883f398a69b..f65428ecd66a1737722ad6ea77ce7493c13e6fb2 100644
(file)
--- a/
tools/llvmc/ConfigLexer.l
+++ b/
tools/llvmc/ConfigLexer.l
@@
-18,7
+18,6
@@
%option never-interactive
%option batch
%option noyywrap
-%option nodefault
%option 8bit
%option outfile="ConfigLexer.cpp"
%option ecs