increased max line length. this helps with edje scripts.

SVN revision: 11182
This commit is contained in:
tsauerbeck 2004-08-08 11:52:31 +00:00 committed by tsauerbeck
parent c7dc828879
commit 812d070717
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
#define sDIMEN_MAX 2 /* maximum number of array dimensions */
#define sDEF_LITMAX 500 /* initial size of the literal pool, in "cells" */
#define sLINEMAX 511 /* input line length (in characters) */
#define sLINEMAX 2047 /* 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) */