From ac9fbbe08efe038008433a4d0ec141db55b4a27a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 21 Oct 2006 11:02:29 +0000 Subject: [PATCH] need %e for hpux lex git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18733 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/lex.l | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/asn1/lex.l b/lib/asn1/lex.l index 195e6a813..d9f1040b6 100644 --- a/lib/asn1/lex.l +++ b/lib/asn1/lex.l @@ -58,7 +58,8 @@ static void unterminated(const char *, unsigned); %} -/* This is for Solaris 10 lex that doesn't grow its tables automagicly */ +/* This is for broken old lexes (solaris 10 and hpux) +%e 2000 %p 5000 %a 5000 %n 1000