1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

- a macro will just do it too

This commit is contained in:
Pierre Joye
2009-05-04 20:31:02 +00:00
parent 53bb83ab8c
commit e274a01620
+1 -2
View File
@@ -238,8 +238,7 @@ typedef uint64_t uintmax_t;
#define INTMAX_C INT64_C
#define UINTMAX_C UINT64_C
static inline int64_t llabs( int64_t i ) { return i >= 0? i: -i; }
#define llabs(i) (i >= 0? i : -i)
#endif // __STDC_CONSTANT_MACROS ]