X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b3a909747d6166f820d2ac3c78cc5ad834d3b9b7..f6d142edd29a2d1d726efceb3121f9f9b6dd5b9a:/sbr/dtimep.lex diff --git a/sbr/dtimep.lex b/sbr/dtimep.lex index 113f2ea2..c35c9bef 100644 --- a/sbr/dtimep.lex +++ b/sbr/dtimep.lex @@ -1,3 +1,12 @@ +/* dtimep.lex exceeds the default table capacities for some old versions + * of lex (and the minimum defaults as specified by POSIX). The following + * choices meet or exceed the lex defaults for older SunOS4.x, Solaris, + * HPUX, and AIX. + */ +%e4000 +%p7000 +%n2500 +%a5000 %{ #include #include