[Xorg-commit] xc/programs/xclock Clock.c,1.1.4.2,1.1.4.3

Kaleb Keithley xorg-commit at pdx.freedesktop.org
Mon Dec 15 18:00:39 EET 2003


Committed by: kaleb

Update of /cvs/xorg/xc/programs/xclock
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/programs/xclock

Modified Files:
      Tag: XORG-CURRENT
	Clock.c 
Log Message:
bring AIX config into the 21st Century

Index: Clock.c
===================================================================
RCS file: /cvs/xorg/xc/programs/xclock/Clock.c,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -u -d -r1.1.4.2 -r1.1.4.3
--- Clock.c	26 Nov 2003 22:49:10 -0000	1.1.4.2
+++ Clock.c	15 Dec 2003 16:00:01 -0000	1.1.4.3
@@ -82,7 +82,7 @@
 
 #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 */





More information about the xorg-commit mailing list