mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 17:33:18 +00:00
Remove the definition of INT_FAST32_MIN which is already defined in stdint.h (the correct location). From Lorenz Meier.
This commit is contained in:
parent
8464143d8b
commit
ae3485bf88
1 changed files with 0 additions and 3 deletions
|
|
@ -67,9 +67,6 @@
|
|||
#define INT_MAX 2147483647
|
||||
#define UINT_MAX 4294967295U
|
||||
|
||||
#define INT_FAST32_MIN INT_MIN
|
||||
#define INT_FAST32_MAX INT_MAX
|
||||
|
||||
/* These change on 32-bit and 64-bit platforms */
|
||||
|
||||
#define LONG_MIN (-LONG_MAX - 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue