diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-04-20 22:37:21 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-04-20 22:37:21 +0900 |
| commit | 1f78ba77a2efb23f637e79a9b1120b5e316f870a (patch) | |
| tree | 8138795fefc129660293d85d9244f44ae4bb153d /include | |
| parent | 59a85eef46a7c7bf776f94872a6a881100ded31a (diff) | |
| download | mruby-1f78ba77a2efb23f637e79a9b1120b5e316f870a.tar.gz mruby-1f78ba77a2efb23f637e79a9b1120b5e316f870a.zip | |
remove SIZEOF_SHORT
Diffstat (limited to 'include')
| -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 bc54de420..6dccaccec 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_SHORT 2 #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 #define SIZEOF___INT64 0 |
