comparison 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
comparison
equal deleted inserted replaced
78783:00edecc1d311 78784:ef577a55cb2a
110 #endif 110 #endif
111 #else /* No X-windows, character input */ 111 #else /* No X-windows, character input */
112 #define KBD_BUFFER_SIZE 4096 112 #define KBD_BUFFER_SIZE 4096
113 #endif /* No X-windows */ 113 #endif /* No X-windows */
114 114
115 #undef abs
115 #define abs(x) ((x) >= 0 ? (x) : -(x)) 116 #define abs(x) ((x) >= 0 ? (x) : -(x))
116 117
117 /* Following definition copied from eval.c */ 118 /* Following definition copied from eval.c */
118 119
119 struct backtrace 120 struct backtrace