1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00

* puresize.h (BASE_PURESIZE): Increment to 1210500.

This commit is contained in:
Chong Yidong 2006-07-05 15:12:41 +00:00
parent 42b506849a
commit e2e6e4d2fa
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2006-07-05 Chong Yidong <cyd@stupidchicken.com>
* puresize.h (BASE_PURESIZE): Increment to 1210500.
2006-07-04 Kim F. Storm <storm@cua.dk>
* xterm.c (x_delete_display): Don't free or derefence NULL pointers.

View file

@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */
#endif
#ifndef BASE_PURESIZE
#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#define BASE_PURESIZE (1210500 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */