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

remove unnecessary CHAR_BIT != 8 check
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-08-04 10:44:05 +09:00
-4
View File
@@ -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