Support for longer lines in the Ap parser (up to 2048 characters).

This commit is contained in:
Jean-Paul Chaput 2020-12-04 12:25:25 +01:00
parent a8e88646c4
commit c12f377989
1 changed files with 3 additions and 3 deletions

View File

@ -59,9 +59,9 @@
#define FALSE 0
#define MBKSZNAME 1024
#define MAXLBUFFER 256
#define MAXLBUFF 256
#define MBKSZNAME 2048
#define MAXLBUFFER 1024
#define MAXLBUFF 1024
#define EVAL 2
#define EVER 3