diff options
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | rcfile_l.l | 2 | 
2 files changed, 4 insertions, 1 deletions
@@ -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. @@ -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  %%  | 
