(SYSTEM_PURESIZE_EXTRA): Enlarge to 60000.
This commit is contained in:
parent
f1b9c7c1ce
commit
649351f90f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-02-03 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* s/msdos.h (SYSTEM_PURESIZE_EXTRA): Enlarge to 60000.
|
||||
|
||||
2000-02-03 Ken Raeburn <raeburn@raeburn.org>
|
||||
|
||||
* search.c (compile_pattern): If a cache entry has a nil regexp,
|
||||
|
|
|
@ -266,5 +266,5 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
|
|||
#define LIBX11_SYSTEM -lxext -lsys
|
||||
#else
|
||||
/* We need a little extra space, see ../../lisp/loadup.el */
|
||||
#define SYSTEM_PURESIZE_EXTRA 40000
|
||||
#define SYSTEM_PURESIZE_EXTRA 60000
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue