mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 20:50:52 -08:00
(BASE_PURESIZE): Increase to 725000.
This commit is contained in:
parent
894e460c17
commit
55fa782068
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2001-10-08 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* puresize.h (BASE_PURESIZE): Increase to 725000.
|
||||
|
||||
2001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* xfaces.c (free_frame_menubar): Add prototype.
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */
|
|||
#endif
|
||||
|
||||
#ifndef BASE_PURESIZE
|
||||
#define BASE_PURESIZE (700000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
|
||||
#define BASE_PURESIZE (725000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
|
||||
#endif
|
||||
|
||||
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue