Commit df21609a authored by cremno's avatar cremno

remove unnecessary CHAR_BIT != 8 check

mruby uses uint8_t which implies CHAR_BIT == 8.
parent 16ddb166
......@@ -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