Increase maximum .sp line length to 4095 characters. (bug 5347, r=dvander)

This commit is contained in:
Zach Kanzler 2012-08-04 13:08:08 -07:00
parent 858c3f653c
commit f1e01a3cf6

View File

@ -51,7 +51,7 @@
#define sCHARBITS 8 /* size of a packed character */
#define sDIMEN_MAX 4 /* maximum number of array dimensions */
#define sLINEMAX 1023 /* input line length (in characters) */
#define sLINEMAX 4095 /* input line length (in characters) */
#define sCOMP_STACK 32 /* maximum nesting of #if .. #endif sections */
#define sDEF_LITMAX 500 /* initial size of the literal pool, in "cells" */
#define sDEF_AMXSTACK 4096 /* default stack size for AMX files */