# HG changeset patch # User Glenn Morris # Date 1190512986 0 # Node ID 48859438e2cc06988894c35abbea7b96f7f4e0fd # Parent 7f80bf48f39d0007548448b0ba74624ee8762cc0 Johannes Weiner (abs): Don't define abs now it's in lisp.h. diff -r 7f80bf48f39d -r 48859438e2cc src/w32term.c --- a/src/w32term.c Sun Sep 23 02:02:51 2007 +0000 +++ b/src/w32term.c Sun Sep 23 02:03:06 2007 +0000 @@ -58,8 +58,6 @@ #include "composite.h" #include "coding.h" -#define abs(x) ((x) < 0 ? -(x) : (x)) - /* Fringe bitmaps. */