diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-04-20 22:46:07 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-04-20 22:46:07 +0900 |
| commit | 3c1b3478343a7618dac7ac16953e77f45511f505 (patch) | |
| tree | 1cb4f3ebeac5b2ad3abc9d44a03c1d624c33a5a4 /include | |
| parent | 2c28d29cecaa1d007f89d3c233d0556345a8ff99 (diff) | |
| download | mruby-3c1b3478343a7618dac7ac16953e77f45511f505.tar.gz mruby-3c1b3478343a7618dac7ac16953e77f45511f505.zip | |
remove dependency to SIZEOF_LONG/LONG_LONG
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 96214a30b..923558fd9 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -22,9 +22,6 @@ typedef intptr_t mrb_sym; #undef HAVE_UNISTD_H /* WINDOWS */ #define HAVE_UNISTD_H /* LINUX */ -#define SIZEOF_LONG 4 -#define SIZEOF_LONG_LONG 8 - #ifndef FALSE # define FALSE 0 #endif |
