aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-03 17:10:05 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-03 17:10:05 +0000
commitafef48b175637bdfd24dba2ff193c671d62a1565 (patch)
tree320d1cd5cda062f4d1d4bb997f6c0dc3e8b60f35
parent6bbc777e2dfcc8e680c3e35973639ac7e01748fd (diff)
downloadfetchmail-afef48b175637bdfd24dba2ff193c671d62a1565.tar.gz
fetchmail-afef48b175637bdfd24dba2ff193c671d62a1565.tar.bz2
fetchmail-afef48b175637bdfd24dba2ff193c671d62a1565.zip
Increase %a for Solaris.
svn path=/trunk/; revision=594
-rw-r--r--rcfile_l.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 74921b3d..a48b97d8 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 5000
-%a 2100
+%a 3000
%%