mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-19 19:15:55 -05:00
Up the limit on maximum lines.
Hey, get with the bloated new world.
This commit is contained in:
parent
77784cd46c
commit
1f6239bfeb
@ -260,7 +260,7 @@
|
|||||||
#define SPEC 0x0800 /* special key (function keys) */
|
#define SPEC 0x0800 /* special key (function keys) */
|
||||||
|
|
||||||
#if PKCODE
|
#if PKCODE
|
||||||
#define MAXNLINE 100000 /* max lines from one file */
|
#define MAXNLINE 10000000 /* max lines from one file */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FALSE
|
#ifdef FALSE
|
||||||
|
Loading…
Reference in New Issue
Block a user