mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge branch 'master' of github.com:mruby/mruby
This commit is contained in:
@@ -70,7 +70,9 @@ typedef short mrb_sym;
|
||||
# ifndef __cplusplus
|
||||
# define inline __inline
|
||||
# endif
|
||||
# define snprintf _snprintf
|
||||
# if _MSC_VER < 1900
|
||||
# define snprintf _snprintf
|
||||
# endif
|
||||
# if _MSC_VER < 1800
|
||||
# include <float.h>
|
||||
# define isfinite(n) _finite(n)
|
||||
|
||||
Reference in New Issue
Block a user