(abs): Don't define abs now it's in lisp.h.
+2007-09-23 Johannes Weiner <hannes@saeurebad.de>
+
+ * lisp.h (abs): Define if unknown.
+ * keyboard.c, sound.c, w32term.c, xfaces.c, w32term.c: Don't
+ define abs now it's in lisp.h.
+
2007-09-22 Eli Zaretskii <eliz@gnu.org>
* term.c (DEV_TTY): New macro. Provide a definition for
#define KBD_BUFFER_SIZE 4096
#endif /* No X-windows */
-#define abs(x) ((x) >= 0 ? (x) : -(x))
-
/* Following definition copied from eval.c */
struct backtrace
#endif /* WINDOWSNT */
/* BEGIN: Common Definitions */
-#define abs(X) ((X) < 0 ? -(X) : (X))
/* Symbols. */
#include "composite.h"
#include "coding.h"
-#define abs(x) ((x) < 0 ? -(x) : (x))
-
\f
/* Fringe bitmaps. */
#include <ctype.h>
-#define abs(X) ((X) < 0 ? -(X) : (X))
-
/* Number of pt per inch (from the TeXbook). */
#define PT_PER_INCH 72.27
#endif
#endif
-#define abs(x) ((x) < 0 ? -(x) : (x))
-
/* Default to using XIM if available. */
#ifdef USE_XIM
int use_xim = 1;