We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30db721 commit 9f1b6eaCopy full SHA for 9f1b6ea
other/tests/header_macro_clashes/check.h
@@ -73,6 +73,9 @@
73
#ifdef INT_MIN
74
#error "INT_MIN is defined"
75
#endif
76
+#ifdef INT16_MAX
77
+#error "INT16_MAX is defined"
78
+#endif
79
#ifdef BIG_ENDIAN
80
#error "BIG_ENDIAN is defined"
81
src/hlc.h
@@ -37,6 +37,7 @@
37
#undef __SIGN
38
#undef INT_MAX
39
#undef INT_MIN
40
+#undef INT16_MAX
41
#undef BIG_ENDIAN
42
#undef LITTLE_ENDIAN
43
#undef OVERFLOW
0 commit comments