summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-10-08 08:08:08 +0000
committerGerd Moellmann <gerd@gnu.org>2001-10-08 08:08:08 +0000
commit32c82ac0a18004dac223729f6e3a77a197814086 (patch)
treed3fd5ceb6486951b6d1a47e1b2696678e084b3b2 /src/dispnew.c
parent8a226de76604e91d83b7204443b0fed5f9b5789e (diff)
downloademacs-32c82ac0a18004dac223729f6e3a77a197814086.tar.gz
emacs-32c82ac0a18004dac223729f6e3a77a197814086.tar.bz2
emacs-32c82ac0a18004dac223729f6e3a77a197814086.zip
Don't define min/max.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 02ce752692d..0b91c69854c 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -75,9 +75,6 @@ Boston, MA 02111-1307, USA. */
#include <unistd.h>
#endif
-#define max(a, b) ((a) > (b) ? (a) : (b))
-#define min(a, b) ((a) < (b) ? (a) : (b))
-
/* Get number of chars of output now in the buffer of a stdio stream.
This ought to be built in in stdio, but it isn't. Some s- files
override this because their stdio internals differ. */