comparison src/xfaces.c @ 84801:50603a1fab95

Johannes Weiner <hannes at saeurebad.de> (abs): Don't define abs now it's in lisp.h.
author Glenn Morris <rgm@gnu.org>
date Sun, 23 Sep 2007 02:03:16 +0000
parents 7ea6f31ba76e
children 372151e622f3
comparison
equal deleted inserted replaced
84800:48859438e2cc 84801:50603a1fab95
264 #endif /* not XOS_NEEDS_TIME_H */ 264 #endif /* not XOS_NEEDS_TIME_H */
265 265
266 #endif /* HAVE_X_WINDOWS */ 266 #endif /* HAVE_X_WINDOWS */
267 267
268 #include <ctype.h> 268 #include <ctype.h>
269
270 #define abs(X) ((X) < 0 ? -(X) : (X))
271 269
272 /* Number of pt per inch (from the TeXbook). */ 270 /* Number of pt per inch (from the TeXbook). */
273 271
274 #define PT_PER_INCH 72.27 272 #define PT_PER_INCH 72.27
275 273