fix INTPTR_MAX define
This commit is contained in:
parent
804c719319
commit
9aee1407f1
|
@ -134,7 +134,7 @@
|
|||
/* Limits of integer types capable of holding object pointers */
|
||||
|
||||
#define INTPTR_MIN PTR_MIN
|
||||
#define INTPTR_MAX PTR_MIN
|
||||
#define INTPTR_MAX PTR_MAX
|
||||
#define UINTPTR_MAX UPTR_MAX
|
||||
|
||||
/* Limits of greatest-width integer types */
|
||||
|
|
Loading…
Reference in New Issue