]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increment to 1200000.
authorRomain Francoise <romain@orebokech.com>
Fri, 17 Feb 2006 19:58:17 +0000 (19:58 +0000)
committerRomain Francoise <romain@orebokech.com>
Fri, 17 Feb 2006 19:58:17 +0000 (19:58 +0000)
src/ChangeLog
src/puresize.h

index daec480efa9f150a3227b61587ceb5d7f147dadb..53fa7465ac5b86d3a5671d4df194919c599ce711 100644 (file)
@@ -1,3 +1,7 @@
+2006-02-17  Romain Francoise  <romain@orebokech.com>
+
+       * puresize.h (BASE_PURESIZE): Increment to 1200000.
+
 2006-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
index da81e09a345bfad6911eaf0958518436e5a0a236..93dac70c1233711576a20f50650f30e14e981afc 100644 (file)
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1190000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1200000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */