diff options
author | Glenn Morris <rgm@gnu.org> | 2012-08-01 08:24:23 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-08-01 08:24:23 -0700 |
commit | 2e415bb75f4fa98ff03ac2269d5ed450ba5952fe (patch) | |
tree | 90fae8f65b4dd20b04e6a5c2494c27d549b977a5 /src/conf_post.h | |
parent | 1de89c0440bdcc005f8358748397406364263e72 (diff) | |
download | emacs-2e415bb75f4fa98ff03ac2269d5ed450ba5952fe.tar.gz |
Fix typo in previous
Diffstat (limited to 'src/conf_post.h')
-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 */ enlarging Emacs footprint by another 100+ KBytes. */ #define SYSTEM_PURESIZE_EXTRA (-170000+65000) #endif -#endif MSDOS /* MSDOS */ +#endif /* MSDOS */ /* We have to go this route, rather than the old hpux9 approach of renaming the functions via macros. The system's stdlib.h has fully |