diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/msdos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h index 29fbdab8369..55f546589ec 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -149,7 +149,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 149 | commentary below, in the non-X branch. The 140KB number was | 149 | commentary below, in the non-X branch. The 140KB number was |
| 150 | measured on GNU/Linux and on MS-WIndows. */ | 150 | measured on GNU/Linux and on MS-WIndows. */ |
| 151 | #define SYSTEM_PURESIZE_EXTRA (-170000+140000) | 151 | #define SYSTEM_PURESIZE_EXTRA (-170000+140000) |
| 152 | #define LIBX11_SYSTEM -lxext -lsys | 152 | #define LIBS_SYSTEM -lxext -lsys |
| 153 | #else | 153 | #else |
| 154 | /* We need a little extra space, see ../../lisp/loadup.el. | 154 | /* We need a little extra space, see ../../lisp/loadup.el. |
| 155 | As of 20091024, DOS-specific files use up 62KB of pure space. But | 155 | As of 20091024, DOS-specific files use up 62KB of pure space. But |