defaults. (Ported from trunk.)
+2008-05-21 Peter Maydell <pmaydell@chiark.greenend.org.uk>
+
+ * sbr/dtimep.lex: add some table size declarations for the
+ benefit of elderly lexes with small defaults. (Ported from
+ trunk.)
+
2008-05-21 David Levine <levinedl@acm.org>
* configure.in, INSTALL: if --enable-masquerade is not
+/* 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 <h/nmh.h>
#include <h/tws.h>