Merge branch 'master' of github.com:mruby/mruby

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-03-09 03:16:28 +09:00
7 changed files with 14 additions and 12 deletions
+2
View File
@@ -72,6 +72,8 @@ typedef short mrb_sym;
# define PRIo64 "I64o"
# define PRIx64 "I64x"
# define PRIX64 "I64X"
# define INFINITY ((float)(DBL_MAX * DBL_MAX))
# define NAN ((float)(INFINITY - INFINITY))
# else
# include <inttypes.h>
# endif