aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-02-11 08:10:19 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-02-11 08:10:19 +0000
commitbbe5d768379fd16645216108fd1a0b9a108a430a (patch)
treea5e32bf7eaa187c59416b545ca7472ef0fccc494 /rcfile_l.l
parentf9e6f81117d7602811b2f25bbfd0fa2efb06865a (diff)
downloadfetchmail-bbe5d768379fd16645216108fd1a0b9a108a430a.tar.gz
fetchmail-bbe5d768379fd16645216108fd1a0b9a108a430a.tar.bz2
fetchmail-bbe5d768379fd16645216108fd1a0b9a108a430a.zip
Try (probably futilely) to work around Solaris Lex's lossage.
svn path=/trunk/; revision=1614
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 817504f3..5d904f13 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -15,7 +15,7 @@ int prc_lineno = 1;
%}
/* this doesn't work with Linux lex, see the INSTALL file */
-%o 6000
+%o 7000
%a 4000
%p 3000