summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-12-15 16:00:01 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-12-15 16:00:01 +0000
commitff59c99abae756aedbbe2720c835212aead92eab (patch)
treee5e5088c8436dab3548dabd85deead95a495ddcc
parentc133bf70e69202ea5ba5636a5279cd4512e5fc29 (diff)
bring AIX config into the 21st Century
-rw-r--r--Clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Clock.c b/Clock.c
index 41c5318..381c611 100644
--- a/Clock.c
+++ b/Clock.c
@@ -82,7 +82,7 @@ SOFTWARE.
#define max(a, b) ((a) > (b) ? (a) : (b))
#define min(a, b) ((a) < (b) ? (a) : (b))
-#define abs(a) ((a) < 0 ? -(a) : (a))
+/* #define abs(a) ((a) < 0 ? -(a) : (a)) */
/* Initialization of defaults */