summaryrefslogtreecommitdiff
path: root/builtin/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/stdint.h')
-rw-r--r--builtin/stdint.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/builtin/stdint.h b/builtin/stdint.h
index dedc9de475..ada936c2d3 100644
--- a/builtin/stdint.h
+++ b/builtin/stdint.h
@@ -57,9 +57,6 @@ typedef int64_t int_fast64_t;
#ifndef INT16_MAX
#define INT16_MAX (32767U)
#endif
-#ifndef INT16_MIN
-#define INT16_MIN (-32768)
-#endif
#ifndef UINT32_MAX
#define UINT32_MAX (4294967295U)