projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e147461
)
* src/puresize.h (BASE_PURESIZE): Add 1%, for safety.
author
Glenn Morris
<rgm@gnu.org>
Wed, 25 Jun 2014 20:26:01 +0000
(16:26 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 25 Jun 2014 20:26:01 +0000
(16:26 -0400)
src/puresize.h
patch
|
blob
|
history
diff --git
a/src/puresize.h
b/src/puresize.h
index 43a4d8c5c6a5063cdbceaa69c5fe71ac258692f5..ad591c75672243ceed5a4cbbdcf12bde9743ddb3 100644
(file)
--- a/
src/puresize.h
+++ b/
src/puresize.h
@@
-40,7
+40,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#endif
#ifndef BASE_PURESIZE
-#define BASE_PURESIZE (17
02
000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (17
20
000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */