diff options
| author | Eli Zaretskii | 2009-11-06 11:40:24 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-11-06 11:40:24 +0000 |
| commit | 7ac65b38938cdee2916350bc0b16f21a00dca444 (patch) | |
| tree | 80275062d662746eedf21384381831c0b563cf6c /src | |
| parent | 323637a270a5c5a4ac93cffd4acbe2d34cbf12e2 (diff) | |
| download | emacs-7ac65b38938cdee2916350bc0b16f21a00dca444.tar.gz emacs-7ac65b38938cdee2916350bc0b16f21a00dca444.zip | |
(SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/s/msdos.h | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9b4794a2c0b..80e772d9424 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2009-11-06 Eli Zaretskii <eliz@gnu.org> | 1 | 2009-11-06 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K. | ||
| 4 | |||
| 3 | * alloc.c (make_pure_c_string): Fix last change to avoid compiler | 5 | * alloc.c (make_pure_c_string): Fix last change to avoid compiler |
| 4 | warning. | 6 | warning. |
| 5 | 7 | ||
diff --git a/src/s/msdos.h b/src/s/msdos.h index 5ef414c6c18..fdade5a6029 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -196,7 +196,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 196 | /* We need a little extra space, see ../../lisp/loadup.el and the | 196 | /* We need a little extra space, see ../../lisp/loadup.el and the |
| 197 | commentary below, in the non-X branch. The 140KB number was | 197 | commentary below, in the non-X branch. The 140KB number was |
| 198 | measured on GNU/Linux and on MS-WIndows. */ | 198 | measured on GNU/Linux and on MS-WIndows. */ |
| 199 | #define SYSTEM_PURESIZE_EXTRA (-170000+140000) | 199 | #define SYSTEM_PURESIZE_EXTRA (-200000+140000) |
| 200 | #define LIBX11_SYSTEM -lxext -lsys | 200 | #define LIBX11_SYSTEM -lxext -lsys |
| 201 | #else | 201 | #else |
| 202 | /* We need a little extra space, see ../../lisp/loadup.el. | 202 | /* We need a little extra space, see ../../lisp/loadup.el. |
| @@ -208,7 +208,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 208 | directory tree). Given the unknown policy of different DPMI | 208 | directory tree). Given the unknown policy of different DPMI |
| 209 | hosts regarding loading of untouched pages, I'm not going to risk | 209 | hosts regarding loading of untouched pages, I'm not going to risk |
| 210 | enlarging Emacs footprint by another 100+ KBytes. */ | 210 | enlarging Emacs footprint by another 100+ KBytes. */ |
| 211 | #define SYSTEM_PURESIZE_EXTRA (-170000+65000) | 211 | #define SYSTEM_PURESIZE_EXTRA (-200000+65000) |
| 212 | #endif | 212 | #endif |
| 213 | 213 | ||
| 214 | /* Tell the garbage collector that setjmp is known to save all | 214 | /* Tell the garbage collector that setjmp is known to save all |