Commit 688cf040 authored by Yuichiro MASUI's avatar Yuichiro MASUI

Fixed mistake

parent 2b2051eb
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment