Grow (%p, %a, %n) tables for Solaris 10 lex. From Harald Barth.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18182 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-01 17:36:38 +00:00
parent 9d38bdd08c
commit 14f1218bfc

View File

@@ -58,6 +58,10 @@ static void unterminated(const char *, unsigned);
%}
/* This is for Solaris 10 lex that doesn't grow its tables automagicly */
%p 5000
%a 5000
%n 1000
%%
ABSENT { return kw_ABSENT; }