changeset 84798:4ed0cd5e3dee

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:02:42 +0000
parents 846e4a8ec0b7
children 7f80bf48f39d
files src/keyboard.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sun Sep 23 01:08:25 2007 +0000
+++ b/src/keyboard.c	Sun Sep 23 02:02:42 2007 +0000
@@ -108,8 +108,6 @@
 #define KBD_BUFFER_SIZE 4096
 #endif	/* No X-windows */
 
-#define abs(x)		((x) >= 0 ? (x) : -(x))
-
 /* Following definition copied from eval.c */
 
 struct backtrace