aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-08-01 08:24:23 -0700
committerGlenn Morris2012-08-01 08:24:23 -0700
commit2e415bb75f4fa98ff03ac2269d5ed450ba5952fe (patch)
tree90fae8f65b4dd20b04e6a5c2494c27d549b977a5
parent1de89c0440bdcc005f8358748397406364263e72 (diff)
downloademacs-2e415bb75f4fa98ff03ac2269d5ed450ba5952fe.tar.gz
emacs-2e415bb75f4fa98ff03ac2269d5ed450ba5952fe.zip
Fix typo in previous
-rw-r--r--src/conf_post.h2
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