emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r116956: Fix bug #17255 with insufficient pure sp


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-24 r116956: Fix bug #17255 with insufficient pure space on 32-bit Posix builds.
Date: Sun, 13 Apr 2014 07:34:03 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116956
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/17255
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Sun 2014-04-13 10:33:15 +0300
message:
  Fix bug #17255 with insufficient pure space on 32-bit Posix builds.
  
   src/puresize.h (BASE_PURESIZE): Bump by 1K.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/puresize.h                 puresize.h-20091113204419-o5vbwnq5f7feedwu-270
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-04-13 02:51:11 +0000
+++ b/src/ChangeLog     2014-04-13 07:33:15 +0000
@@ -1,3 +1,7 @@
+2014-04-13  Eli Zaretskii  <address@hidden>
+
+       * puresize.h (BASE_PURESIZE): Bump by 1K.  (Bug#17255)
+
 2014-04-13  Stefan Monnier  <address@hidden>
 
        * bytecode.c (exec_byte_code): Rework the volatiles.  Most importantly,

=== modified file 'src/puresize.h'
--- a/src/puresize.h    2014-01-01 07:43:34 +0000
+++ b/src/puresize.h    2014-04-13 07:33:15 +0000
@@ -40,7 +40,7 @@
 #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.  */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]