diff options
| -rw-r--r-- | src/conf_post.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_post.h b/src/conf_post.h index c69e961067e..5c06c3f4482 100644 --- a/src/conf_post.h +++ b/src/conf_post.h | |||
| @@ -112,7 +112,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 112 | enlarging Emacs footprint by another 100+ KBytes. */ | 112 | enlarging Emacs footprint by another 100+ KBytes. */ |
| 113 | #define SYSTEM_PURESIZE_EXTRA (-170000+65000) | 113 | #define SYSTEM_PURESIZE_EXTRA (-170000+65000) |
| 114 | #endif | 114 | #endif |
| 115 | #endif MSDOS /* MSDOS */ | 115 | #endif /* MSDOS */ |
| 116 | 116 | ||
| 117 | /* We have to go this route, rather than the old hpux9 approach of | 117 | /* We have to go this route, rather than the old hpux9 approach of |
| 118 | renaming the functions via macros. The system's stdlib.h has fully | 118 | renaming the functions via macros. The system's stdlib.h has fully |