Browse Source

- revert last commit and fix inline

experimental/first_unicode_implementation
Pierre Joye 17 years ago
parent
commit
76b5c17036
  1. 2
      win32/php_stdint.h

2
win32/php_stdint.h

@ -264,7 +264,7 @@ 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 ]

Loading…
Cancel
Save