mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
Switch intptr_t to ptrdiff_t
This commit is contained in:
@ -38,7 +38,7 @@ typedef uint32_t U32;
|
||||
typedef int32_t S32;
|
||||
typedef uint64_t U64;
|
||||
typedef int64_t S64;
|
||||
typedef intptr_t iPtrDiff;
|
||||
typedef ptrdiff_t iPtrDiff;
|
||||
typedef uintptr_t uPtrDiff;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user