Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions other/tests/header_macro_clashes/check.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
#ifdef INT_MIN
#error "INT_MIN is defined"
#endif
#ifdef INT16_MAX
#error "INT16_MAX is defined"
#endif
#ifdef BIG_ENDIAN
#error "BIG_ENDIAN is defined"
#endif
Expand Down
1 change: 1 addition & 0 deletions src/hlc.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#undef __SIGN
#undef INT_MAX
#undef INT_MIN
#undef INT16_MAX
#undef BIG_ENDIAN
#undef LITTLE_ENDIAN
#undef OVERFLOW
Expand Down