From 79ef836977b0455136df2bb06cf26181ea599a8f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 14 Jul 2006 04:24:42 +0000 Subject: [PATCH] oh, fixed linemax --HG-- branch : dvander extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/dvander%4010 --- compiler-init/sc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-init/sc.h b/compiler-init/sc.h index d455c4e1..612a9911 100644 --- a/compiler-init/sc.h +++ b/compiler-init/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 1024 /* input line length (in characters) */ +#define sLINEMAX 1023 /* 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 */