emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 4ce68f8: * src/puresize.h (BASE_PURESIZE): Increase


From: Paul Eggert
Subject: [Emacs-diffs] master 4ce68f8: * src/puresize.h (BASE_PURESIZE): Increase it some more.
Date: Sat, 28 May 2016 01:12:11 +0000 (UTC)

branch: master
commit 4ce68f8f0f1dd1aa518e6e682b2c2cef1f49d953
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/puresize.h (BASE_PURESIZE): Increase it some more.
---
 src/puresize.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/puresize.h b/src/puresize.h
index 5b884d3..da827ed 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -47,7 +47,7 @@ INLINE_HEADER_BEGIN
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1801000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1900000 + 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]