emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117298: * src/puresize.h (BASE_PURESIZE): Add 1%


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117298: * src/puresize.h (BASE_PURESIZE): Add 1%, for safety.
Date: Wed, 25 Jun 2014 20:26:06 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117298
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Wed 2014-06-25 16:26:01 -0400
message:
  * src/puresize.h (BASE_PURESIZE): Add 1%, for safety.
modified:
  src/puresize.h                 puresize.h-20091113204419-o5vbwnq5f7feedwu-270
=== modified file 'src/puresize.h'
--- a/src/puresize.h    2014-06-25 19:18:49 +0000
+++ b/src/puresize.h    2014-06-25 20:26:01 +0000
@@ -40,7 +40,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1702000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1720000 + 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]