From 7a58fb43f6d8d8d213370976f5e76cf57966f3dd Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 23 Sep 2007 02:03:36 +0000 Subject: Johannes Weiner (abs): Don't define abs now it's in lisp.h. --- src/sound.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sound.c') diff --git a/src/sound.c b/src/sound.c index 8b1bda8d6e..0873fe8b82 100644 --- a/src/sound.c +++ b/src/sound.c @@ -97,7 +97,6 @@ Boston, MA 02110-1301, USA. */ #endif /* WINDOWSNT */ /* BEGIN: Common Definitions */ -#define abs(X) ((X) < 0 ? -(X) : (X)) /* Symbols. */ -- cgit v1.2.3