diff src/sound.c @ 39682:5f60884970a8

Don't define min/max.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 08 Oct 2001 08:07:49 +0000
parents c6ff61f9af43
children 66e0816837a8
line wrap: on
line diff
--- a/src/sound.c	Mon Oct 08 07:59:17 2001 +0000
+++ b/src/sound.c	Mon Oct 08 08:07:49 2001 +0000
@@ -53,8 +53,6 @@
 #define DEFAULT_SOUND_DEVICE "/dev/dsp"
 #endif
 
-#define max(X, Y) ((X) > (Y) ? (X) : (Y))
-#define min(X, Y) ((X) < (Y) ? (X) : (Y))
 #define abs(X)    ((X) < 0 ? -(X) : (X))
 
 /* Structure forward declarations.  */