summaryrefslogtreecommitdiff
path: root/src/s/darwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/darwin.h')
-rw-r--r--src/s/darwin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index 183aecaf5d8..a2a3d862f80 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -50,6 +50,8 @@ Boston, MA 02110-1301, USA. */
#ifdef MAC_OSX
#ifdef HAVE_CARBON
#define MAC_OS
+/* We need a little extra space, see ../../lisp/loadup.el. */
+#define SYSTEM_PURESIZE_EXTRA 30000
#endif
#endif