Commit 37a75b09 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2496 from cremno/remove-unnecessary-char_bit-check

remove unnecessary CHAR_BIT != 8 check
parents 206f89e2 df21609a
......@@ -22,10 +22,6 @@
# define SIZE_ERROR(x) (0)
#endif
#if CHAR_BIT != 8
# error This code assumes CHAR_BIT == 8
#endif
#if UINT32_MAX > SIZE_MAX
# error This code cannot be built on your environment.
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment