changeset 84802:dc568df45c10

Johannes Weiner <hannes at saeurebad.de> (abs): Don't define abs now it's in lisp.h.
author Glenn Morris <rgm@gnu.org>
date Sun, 23 Sep 2007 02:03:26 +0000
parents 50603a1fab95
children f98481def394
files src/xterm.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Sun Sep 23 02:03:16 2007 +0000
+++ b/src/xterm.c	Sun Sep 23 02:03:26 2007 +0000
@@ -154,8 +154,6 @@
 #endif
 #endif
 
-#define abs(x)	((x) < 0 ? -(x) : (x))
-
 /* Default to using XIM if available.  */
 #ifdef USE_XIM
 int use_xim = 1;