summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-04-20 22:39:02 +0900
committerYukihiro Matsumoto <[email protected]>2012-04-20 22:39:02 +0900
commit0f0ad36c5f4b00781b96e2cae595672aa84e57c7 (patch)
tree0e2ab5387495c068c33ba4fe7eedd1fc5feac03b /include
parent1f78ba77a2efb23f637e79a9b1120b5e316f870a (diff)
downloadmruby-0f0ad36c5f4b00781b96e2cae595672aa84e57c7.tar.gz
mruby-0f0ad36c5f4b00781b96e2cae595672aa84e57c7.zip
remove dependency to SIZEOF___INT64
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 6dccaccec..5d377e3e3 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -24,7 +24,6 @@ typedef intptr_t mrb_sym;
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
-#define SIZEOF___INT64 0
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8