1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(BASE_PURESIZE): Increased.

This commit is contained in:
Richard M. Stallman 1996-09-11 19:04:17 +00:00
parent 7e81494045
commit c73d87f7b4

View File

@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */
#endif
#ifndef BASE_PURESIZE
#define BASE_PURESIZE (325000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#define BASE_PURESIZE (350000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */