summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-04-20 22:25:04 +0900
committerYukihiro Matsumoto <[email protected]>2012-04-20 22:25:04 +0900
commit5622c977f441a91a7482d5956df96e60d71d90f9 (patch)
tree675dae829232b63f635a532fc63f1a075fa916a8 /include
parent673b3350feec30fc0ee6700da9baa441763c4c87 (diff)
downloadmruby-5622c977f441a91a7482d5956df96e60d71d90f9.tar.gz
mruby-5622c977f441a91a7482d5956df96e60d71d90f9.zip
remove dependency to SIZEOF_VOIDP
Diffstat (limited to 'include')
-rw-r--r--include/mrbconf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index d4802a5e7..81c19a121 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -27,7 +27,6 @@ typedef intptr_t mrb_sym;
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF___INT64 0
-#define SIZEOF_VOIDP 4
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8