]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bug #17255 with insufficient pure space on 32-bit Posix builds.
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Apr 2014 07:33:15 +0000 (10:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 Apr 2014 07:33:15 +0000 (10:33 +0300)
 src/puresize.h (BASE_PURESIZE): Bump by 1K.

src/ChangeLog
src/puresize.h

index e07e900b27da25aa4d9bf98fd8542085f133d1e7..2deeb61b95c713b69c9ebe8e3eaeede172c85578 100644 (file)
@@ -1,3 +1,7 @@
+2014-04-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * puresize.h (BASE_PURESIZE): Bump by 1K.  (Bug#17255)
+
 2014-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * bytecode.c (exec_byte_code): Rework the volatiles.  Most importantly,
index 0ee29d803b496dce3ac51cad71166dab3e0bb318..1371fb3cea222ba531f1b26c7cdd3055a44482c7 100644 (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 (1701000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */