diff --git a/sourcepawn/compiler/sc.h b/sourcepawn/compiler/sc.h index 5b53125a..0d03f7cd 100644 --- a/sourcepawn/compiler/sc.h +++ b/sourcepawn/compiler/sc.h @@ -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 */