projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f51bc7
)
Boost BASE_PURESIZE in attempt to fix build on 32-bit archs
author
Sean Whitton
<spwhitton@spwhitton.name>
Tue, 25 Feb 2025 01:19:38 +0000
(09:19 +0800)
committer
Sean Whitton
<spwhitton@spwhitton.name>
Tue, 25 Feb 2025 01:19:38 +0000
(09:19 +0800)
src/puresize.h
patch
|
blob
|
history
diff --git
a/src/puresize.h
b/src/puresize.h
index f2576666a66f1776d81766f9bea689bba5de7e2c..be727ba68cdf2f8756aa6d6c9368ad422bb4f095 100644
(file)
--- a/
src/puresize.h
+++ b/
src/puresize.h
@@
-47,7
+47,7
@@
INLINE_HEADER_BEGIN
#endif
#ifndef BASE_PURESIZE
-#define BASE_PURESIZE (
34
00000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (
45
00000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */