(BASE_PURESIZE): Increase to 1190000.

This commit is contained in:
Dan Nicolaescu 2007-11-17 18:23:01 +00:00
parent a3269bc45f
commit 6c1d8cb62c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
* puresize.h (BASE_PURESIZE): Increase to 1190000.
2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
* buffer.h (struct buffer): Move `undo_list' back to before `name'.

View file

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