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 | 2da81ceb3d123bb9cff64329bee2fba318a0a44d (patch) | |
| tree | 3dda026493842c393f0ff7774f8bb86df6dae0b0 /llvm/tools/llvmc | |
| parent | 7285f43836aa779655e7eacf24c67eb44b944f17 (diff) | |
| download | bcm5719-llvm-2da81ceb3d123bb9cff64329bee2fba318a0a44d.tar.gz bcm5719-llvm-2da81ceb3d123bb9cff64329bee2fba318a0a44d.zip | |
Get rid of warning from flex.
llvm-svn: 18779
Diffstat (limited to 'llvm/tools/llvmc')
| -rw-r--r-- | llvm/tools/llvmc/ConfigLexer.l | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/ConfigLexer.l b/llvm/tools/llvmc/ConfigLexer.l index 4589d4821ab..f65428ecd66 100644 --- a/llvm/tools/llvmc/ConfigLexer.l +++ b/llvm/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 |

