diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-04-20 22:39:22 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-04-20 22:39:22 +0900 |
| commit | 2c28d29cecaa1d007f89d3c233d0556345a8ff99 (patch) | |
| tree | a5ecd419730159fe3a7972ad41c6e2ca29c13ee3 /include | |
| parent | 0f0ad36c5f4b00781b96e2cae595672aa84e57c7 (diff) | |
| download | mruby-2c28d29cecaa1d007f89d3c233d0556345a8ff99.tar.gz mruby-2c28d29cecaa1d007f89d3c233d0556345a8ff99.zip | |
remove SIZEOF_FLOAT/DOUBLE
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 5d377e3e3..96214a30b 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -24,8 +24,6 @@ typedef intptr_t mrb_sym; #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 -#define SIZEOF_FLOAT 4 -#define SIZEOF_DOUBLE 8 #ifndef FALSE # define FALSE 0 |
