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:
@@ -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; }
|
ABSENT { return kw_ABSENT; }
|
||||||
|
Reference in New Issue
Block a user