From cfd7b0a60769d5740e9f61e7012907a375456dfd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 29 Jul 1997 19:27:37 +0000 Subject: Needs this to work with Ultrix lex. svn path=/trunk/; revision=1200 --- NEWS | 3 +++ rcfile_l.l | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 15bb21ab..88906918 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,9 @@ Release Notes: ------------------------------------------------------------------------------ +fetchmail-4.0.5 () +* Increased %o in the Lex source to cope with Ultrix lex. + fetchmail-4.0.4 (Mon Jul 28 23:38:20 EDT 1997) * Overhauled the build machinery. * The `no envelope' option now suppresses parsing of Received lines. 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 %% -- cgit v1.2.3