mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fixed mistake
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user