(ABS): Remove macro.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1333 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-04-01 02:52:12 +00:00
parent 2f75ee2a59
commit b6064633dc

View file

@ -33,8 +33,6 @@
#include <limits.h>
#include <assert.h>
#define ABS(x) ((x) < 0 ? -x : x)
typedef union {
float f;
unsigned long u;