aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-04-01 10:32:42 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-04-01 10:32:42 +0000
commit334c2323fb3703e7d52ccf368884d702ad96d34f (patch)
tree7c34ea9151287be84dea9873c60259675faf6151 /rcfile_l.l
parent26e3640e0627906e32340df39d41ae73a999f00c (diff)
downloadfetchmail-334c2323fb3703e7d52ccf368884d702ad96d34f.tar.gz
fetchmail-334c2323fb3703e7d52ccf368884d702ad96d34f.tar.bz2
fetchmail-334c2323fb3703e7d52ccf368884d702ad96d34f.zip
lexer: add %option noyywrap to avoid link errors about missing yywrap().
svn path=/branches/BRANCH_6-3/; revision=4765
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 14eb73e4..9acb4bf0 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -24,7 +24,7 @@ int prc_lineno = 1;
%o 7000
%a 4000
%p 3000
-%option nounput
+%option nounput noyywrap
%s NAME AUTH