* src/puresize.h (BASE_PURESIZE): Bump by another 1K.

Fixes: debbugs:17846
This commit is contained in:
Glenn Morris 2014-06-25 15:18:49 -04:00
parent 0a27804c80
commit e147461d40
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-06-25 Glenn Morris <rgm@gnu.org>
* puresize.h (BASE_PURESIZE): Bump by another 1K. (Bug#17846)
2014-06-21 Eli Zaretskii <eliz@gnu.org>
* indent.c (Fvertical_motion): Doc fix.

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 (1701000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#define BASE_PURESIZE (1702000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */