mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +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 <assert.h>
|
||||
|
||||
#define ABS(x) ((x) < 0 ? -x : x)
|
||||
|
||||
typedef union {
|
||||
float f;
|
||||
unsigned long u;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue