From bbe5d768379fd16645216108fd1a0b9a108a430a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 11 Feb 1998 08:10:19 +0000 Subject: Try (probably futilely) to work around Solaris Lex's lossage. svn path=/trunk/; revision=1614 --- rcfile_l.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rcfile_l.l') 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 -- cgit v1.2.3