diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-10 21:59:47 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-10 21:59:47 +0000 |
commit | cb8cb8eb661839a5152e0d16e14cf9b9c81b9ed9 (patch) | |
tree | b08cece33c3a0051429c3afe17a68f639a1a1c84 /tools/llvmc/ConfigLexer.l | |
parent | fc6ac506192e79f00597f0cf2fdf1892b0fee09d (diff) | |
download | external_llvm-cb8cb8eb661839a5152e0d16e14cf9b9c81b9ed9.zip external_llvm-cb8cb8eb661839a5152e0d16e14cf9b9c81b9ed9.tar.gz external_llvm-cb8cb8eb661839a5152e0d16e14cf9b9c81b9ed9.tar.bz2 |
Get rid of warning from flex.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18779 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc/ConfigLexer.l')
-rw-r--r-- | tools/llvmc/ConfigLexer.l | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvmc/ConfigLexer.l b/tools/llvmc/ConfigLexer.l index 4589d48..f65428e 100644 --- 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 |