Up the limit on maximum lines.

Hey, get with the bloated new world.
This commit is contained in:
Linus Torvalds 2005-05-31 08:59:49 -07:00
parent 77784cd46c
commit 1f6239bfeb
1 changed files with 1 additions and 1 deletions

View File

@ -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