aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorGlenn Morris2007-09-23 02:03:36 +0000
committerGlenn Morris2007-09-23 02:03:36 +0000
commit7a58fb43f6d8d8d213370976f5e76cf57966f3dd (patch)
tree8751f24ebff950ae7f8251466919030033d85fe6 /src/keyboard.c
parent66ba97ee97808cfd088290e1a173e0c93459bf9f (diff)
downloademacs-7a58fb43f6d8d8d213370976f5e76cf57966f3dd.tar.gz
emacs-7a58fb43f6d8d8d213370976f5e76cf57966f3dd.zip
Johannes Weiner <hannes at saeurebad.de>
(abs): Don't define abs now it's in lisp.h.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 79b9ca32a61..0e9dfee877f 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -108,8 +108,6 @@ int interrupt_input_pending;
108#define KBD_BUFFER_SIZE 4096 108#define KBD_BUFFER_SIZE 4096
109#endif /* No X-windows */ 109#endif /* No X-windows */
110 110
111#define abs(x) ((x) >= 0 ? (x) : -(x))
112
113/* Following definition copied from eval.c */ 111/* Following definition copied from eval.c */
114 112
115struct backtrace 113struct backtrace