(BASE_PURESIZE): Increase to 1240000.

This commit is contained in:
Dan Nicolaescu 2008-07-18 01:11:05 +00:00
parent 3c2dbd9416
commit add4eecc5c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
* puresize.h (BASE_PURESIZE): Increase to 1240000.
2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* gtkutil.c: Include <config.h> instead of "config.h".

View file

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