1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

- revert last commit and fix inline

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