Commit 9763726e authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

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

parents 13728e20 bd0e9db1
...@@ -70,7 +70,9 @@ typedef short mrb_sym; ...@@ -70,7 +70,9 @@ typedef short mrb_sym;
# ifndef __cplusplus # ifndef __cplusplus
# define inline __inline # define inline __inline
# endif # endif
# if _MSC_VER < 1900
# define snprintf _snprintf # define snprintf _snprintf
# endif
# if _MSC_VER < 1800 # if _MSC_VER < 1800
# include <float.h> # include <float.h>
# define isfinite(n) _finite(n) # define isfinite(n) _finite(n)
......
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