aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorAndrew Innes2001-10-08 22:41:09 +0000
committerAndrew Innes2001-10-08 22:41:09 +0000
commit76ba8dafafca61a90eccf5671e8ec84d5b817acd (patch)
tree787b35e523c3aaa30d478905fef62b01f9689874 /src/s
parent152180e34e42cff9082d73954cb676557b60be23 (diff)
downloademacs-76ba8dafafca61a90eccf5671e8ec84d5b817acd.tar.gz
emacs-76ba8dafafca61a90eccf5671e8ec84d5b817acd.zip
Do not undef min and max.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/ms-w32.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index 0ec0ef5f60b..7c1c62e3ffd 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -457,12 +457,6 @@ extern char *get_emacs_configuration_options (void);
457#endif 457#endif
458#include <string.h> 458#include <string.h>
459 459
460/* Emacs takes care of ensuring that these are defined. */
461#ifdef max
462#undef max
463#undef min
464#endif
465
466/* We need a little extra space, see ../../lisp/loadup.el */ 460/* We need a little extra space, see ../../lisp/loadup.el */
467#define SYSTEM_PURESIZE_EXTRA 137500 461#define SYSTEM_PURESIZE_EXTRA 137500
468 462