aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-07-29 19:27:37 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-07-29 19:27:37 +0000
commitcfd7b0a60769d5740e9f61e7012907a375456dfd (patch)
tree12cff4359d7bca02d79be246870ab2579262d771 /rcfile_l.l
parentbf8cfc33ca7039cf79df270a81663279351a2629 (diff)
downloadfetchmail-cfd7b0a60769d5740e9f61e7012907a375456dfd.tar.gz
fetchmail-cfd7b0a60769d5740e9f61e7012907a375456dfd.tar.bz2
fetchmail-cfd7b0a60769d5740e9f61e7012907a375456dfd.zip
Needs this to work with Ultrix lex.
svn path=/trunk/; revision=1200
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 64e26017..61f47abe 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -14,7 +14,7 @@ int prc_lineno = 1;
%}
/* this doesn't work with Linux lex, see the INSTALL file */
-%o 5000
+%o 6000
%a 4000
%%