diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-04-20 22:31:58 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-04-20 22:31:58 +0900 |
| commit | 41bf311cd1997ad2d20d451fe627b241aed571d3 (patch) | |
| tree | 7a4bbfa90e106e4be73a449aa3b897a3a0adc691 /include/mrbconf.h | |
| parent | 5622c977f441a91a7482d5956df96e60d71d90f9 (diff) | |
| download | mruby-41bf311cd1997ad2d20d451fe627b241aed571d3.tar.gz mruby-41bf311cd1997ad2d20d451fe627b241aed571d3.zip | |
remove dependency to SIZEOF_INT
Diffstat (limited to 'include/mrbconf.h')
| -rw-r--r-- | include/mrbconf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 81c19a121..bc54de420 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -22,7 +22,6 @@ typedef intptr_t mrb_sym; #undef HAVE_UNISTD_H /* WINDOWS */ #define HAVE_UNISTD_H /* LINUX */ -#define SIZEOF_INT 4 #define SIZEOF_SHORT 2 #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 |
