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/xterm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/xterm.c') diff --git a/src/xterm.c b/src/xterm.c index c67238b223..0b6504bd23 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -154,8 +154,6 @@ extern void _XEditResCheckMessages (); #endif #endif -#define abs(x) ((x) < 0 ? -(x) : (x)) - /* Default to using XIM if available. */ #ifdef USE_XIM int use_xim = 1; -- cgit v1.2.3