]> git.eshelyaron.com Git - emacs.git/commitdiff
* puresize.h (BASE_PURESIZE): Increase to 610000.
authorKen Raeburn <raeburn@raeburn.org>
Wed, 2 Feb 2000 21:06:43 +0000 (21:06 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Wed, 2 Feb 2000 21:06:43 +0000 (21:06 +0000)
src/ChangeLog
src/puresize.h

index 8ff58a41f10501464b3b86f1fa620a56fa3eccd9..f3b41fcf188b9b630fa4428d41c7d66db2bd91b0 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-02  Ken Raeburn  <raeburn@raeburn.org>
+
+       * puresize.h (BASE_PURESIZE): Increase to 610000.
+
 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
 
        * frame.c (Fframe_parameters): Add GCPRO because tty_color_name
index 74527330ddf004d1d83ef7d900df0c971952f0a3..bdd2d251a5e82cba9671d52299fff1d3d828855d 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (600000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (610000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */