From 1f6239bfebf39cc209b31e18c237655a1708d1ad Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Tue, 31 May 2005 08:59:49 -0700 Subject: [PATCH] Up the limit on maximum lines. Hey, get with the bloated new world. --- estruct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/estruct.h b/estruct.h index 30772d5..1e6d6ec 100644 --- a/estruct.h +++ b/estruct.h @@ -260,7 +260,7 @@ #define SPEC 0x0800 /* special key (function keys) */ #if PKCODE -#define MAXNLINE 100000 /* max lines from one file */ +#define MAXNLINE 10000000 /* max lines from one file */ #endif #ifdef FALSE