1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-10 05:50:42 +00:00

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

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