From 2f7ae60a2d02500cdacd8822ca77759ef598123c Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Mon, 1 Apr 1996 02:52:12 +0000 Subject: [PATCH] (ABS): Remove macro. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1333 72102866-910b-0410-8b05-ffd578937521 --- Source/Random.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Random.m b/Source/Random.m index 2825b7a18..3becdc90c 100644 --- a/Source/Random.m +++ b/Source/Random.m @@ -33,8 +33,6 @@ #include #include -#define ABS(x) ((x) < 0 ? -x : x) - typedef union { float f; unsigned long u;