diff options
| author | Glenn Morris | 2007-09-23 02:03:36 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-23 02:03:36 +0000 |
| commit | 7a58fb43f6d8d8d213370976f5e76cf57966f3dd (patch) | |
| tree | 8751f24ebff950ae7f8251466919030033d85fe6 /src/keyboard.c | |
| parent | 66ba97ee97808cfd088290e1a173e0c93459bf9f (diff) | |
| download | emacs-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.c | 2 |
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 | ||
| 115 | struct backtrace | 113 | struct backtrace |