aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.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/w32term.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/w32term.c')
-rw-r--r--src/w32term.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/w32term.c b/src/w32term.c
index b072c900cac..0eab8f31b98 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -58,8 +58,6 @@ Boston, MA 02110-1301, USA. */
58#include "composite.h" 58#include "composite.h"
59#include "coding.h" 59#include "coding.h"
60 60
61#define abs(x) ((x) < 0 ? -(x) : (x))
62
63 61
64/* Fringe bitmaps. */ 62/* Fringe bitmaps. */
65 63