640k should be enough for anyone.

SVN revision: 59489
This commit is contained in:
Carsten Haitzler 2011-05-18 08:37:38 +00:00
parent 528b69105f
commit fee451f37e
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
#define sDIMEN_MAX 2 /* maximum number of array dimensions */
#define sDEF_LITMAX 500 /* initial size of the literal pool, in "cells" */
#define sLINEMAX 65535 /* input line length (in characters) */
#define sLINEMAX (640 * 1024) /* input line length (in characters) */
#define sDEF_AMXSTACK 4096 /* default stack size for AMX files */
#define sSTKMAX 80 /* stack for nested #includes and other uses */
#define PREPROC_TERM '\x7f' /* termination character for preprocessor expressions (the "DEL" code) */