diff src/keyboard.c @ 78784:ef577a55cb2a

(abs): #undef before #define.
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 14 Sep 2007 06:21:10 +0000
parents 2894950842e6
children 5e9c3bb5c034
line wrap: on
line diff
--- a/src/keyboard.c	Fri Sep 14 06:20:58 2007 +0000
+++ b/src/keyboard.c	Fri Sep 14 06:21:10 2007 +0000
@@ -112,6 +112,7 @@
 #define KBD_BUFFER_SIZE 4096
 #endif	/* No X-windows */
 
+#undef abs
 #define abs(x)		((x) >= 0 ? (x) : -(x))
 
 /* Following definition copied from eval.c */