summaryrefslogtreecommitdiffhomepage
path: root/src/load.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-08-04 16:28:02 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-08-04 16:28:02 +0900
commitea80e8285247992fc4308621571eed9a0e215184 (patch)
tree4fb483d7d65372558052cdc4baf378ac104e4116 /src/load.c
parentdb7b01c0b360b2909b14dbd399ee5a3eb2fce0c5 (diff)
parent0fa3668e917c45409acd56ba624db24d95699895 (diff)
downloadmruby-ea80e8285247992fc4308621571eed9a0e215184.tar.gz
mruby-ea80e8285247992fc4308621571eed9a0e215184.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'src/load.c')
-rw-r--r--src/load.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/load.c b/src/load.c
index f5bd34b41..062f8ba5b 100644
--- a/src/load.c
+++ b/src/load.c
@@ -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