mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
fix INTPTR_MAX define
This commit is contained in:
committed by
Xiang Xiao
parent
804c719319
commit
9aee1407f1
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user