mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
(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:
parent
2f75ee2a59
commit
b6064633dc
1 changed files with 0 additions and 2 deletions
|
@ -33,8 +33,6 @@
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#define ABS(x) ((x) < 0 ? -x : x)
|
|
||||||
|
|
||||||
typedef union {
|
typedef union {
|
||||||
float f;
|
float f;
|
||||||
unsigned long u;
|
unsigned long u;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue