Increase BASE_PURESIZE

This commit is contained in:
Daniel Colascione 2014-04-09 17:05:34 -07:00
parent 3f63a9f7de
commit fb2dcc3567
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-04-10 Daniel Colascione <dancol@dancol.org>
* puresize.h (BASE_PURESIZE): Increase.
2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
* keyboard.c (syms_of_keyboard): Make deactivate-mark buffer-local.

View file

@ -40,7 +40,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#endif
#ifndef BASE_PURESIZE
#define BASE_PURESIZE (1700000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#define BASE_PURESIZE (1800000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */