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:
+2
-1
@@ -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 ]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user