diff options
| author | Yuichiro MASUI <[email protected]> | 2013-01-22 00:40:52 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2013-01-22 00:40:52 +0900 |
| commit | 688cf0409496a38faad9d95164bdbcc5c04c16b5 (patch) | |
| tree | b9ea0df65e29aca3c49546605a047862f7fae90a /include | |
| parent | 2b2051ebb1d4b40066a6fd79e2d3e18963bee174 (diff) | |
| download | mruby-688cf0409496a38faad9d95164bdbcc5c04c16b5.tar.gz mruby-688cf0409496a38faad9d95164bdbcc5c04c16b5.zip | |
Fixed mistake
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 6a6d2a9b6..895a684a6 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -132,7 +132,7 @@ typedef short mrb_sym; # define isinf(n) (!_finite(n) && !_isnan(n)) # define strtoll _strtoi64 # define PRId32 "I32d" -# define PRId32 "I64d" +# define PRId64 "I64d" #else # include <inttypes.h> #endif |
