diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-04-20 22:39:02 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-04-20 22:39:02 +0900 |
| commit | 0f0ad36c5f4b00781b96e2cae595672aa84e57c7 (patch) | |
| tree | 0e2ab5387495c068c33ba4fe7eedd1fc5feac03b /src/numeric.c | |
| parent | 1f78ba77a2efb23f637e79a9b1120b5e316f870a (diff) | |
| download | mruby-0f0ad36c5f4b00781b96e2cae595672aa84e57c7.tar.gz mruby-0f0ad36c5f4b00781b96e2cae595672aa84e57c7.zip | |
remove dependency to SIZEOF___INT64
Diffstat (limited to 'src/numeric.c')
| -rw-r--r-- | src/numeric.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/numeric.c b/src/numeric.c index b03e57ce6..113c9b062 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -90,11 +90,6 @@ #if SIZEOF_LONG_LONG > 0 # define LONG_LONG long long -#elif SIZEOF___INT64 > 0 -# define HAVE_LONG_LONG 1 -# define LONG_LONG __int64 -# undef SIZEOF_LONG_LONG -# define SIZEOF_LONG_LONG SIZEOF___INT64 #endif typedef uintptr_t VALUE; |
