diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/msdos.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h index a594bb850f4..4d7ca08d3c0 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -140,9 +140,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 140 | commentary below, in the non-X branch. The 140KB number was | 140 | commentary below, in the non-X branch. The 140KB number was |
| 141 | measured on GNU/Linux and on MS-WIndows. */ | 141 | measured on GNU/Linux and on MS-WIndows. */ |
| 142 | #define SYSTEM_PURESIZE_EXTRA (-170000+140000) | 142 | #define SYSTEM_PURESIZE_EXTRA (-170000+140000) |
| 143 | #define MSDOS_LIBS_SYSTEM -lxext -lsys | ||
| 144 | #else | 143 | #else |
| 145 | #define MSDOS_LIBS_SYSTEM | ||
| 146 | /* We need a little extra space, see ../../lisp/loadup.el. | 144 | /* We need a little extra space, see ../../lisp/loadup.el. |
| 147 | As of 20091024, DOS-specific files use up 62KB of pure space. But | 145 | As of 20091024, DOS-specific files use up 62KB of pure space. But |
| 148 | overall, we end up wasting 130KB of pure space, because | 146 | overall, we end up wasting 130KB of pure space, because |