diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/darwin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h index cb032429f7d..72ed8964a7d 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -53,6 +53,10 @@ Boston, MA 02110-1301, USA. */ | |||
| 53 | #endif | 53 | #endif |
| 54 | #endif | 54 | #endif |
| 55 | 55 | ||
| 56 | /* We need a little extra space, see ../../lisp/loadup.el. */ | ||
| 57 | #define SYSTEM_PURESIZE_EXTRA 30000 | ||
| 58 | |||
| 59 | |||
| 56 | /* SYSTEM_TYPE should indicate the kind of system you are using. | 60 | /* SYSTEM_TYPE should indicate the kind of system you are using. |
| 57 | It sets the Lisp variable system-type. */ | 61 | It sets the Lisp variable system-type. */ |
| 58 | 62 | ||