mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fix typo with MRB_INT16; fix #2495
This commit is contained in:
@@ -24,7 +24,7 @@ struct mrb_state;
|
||||
typedef int16_t mrb_int;
|
||||
# define MRB_INT_BIT 16
|
||||
# define MRB_INT_MIN (INT16_MIN>>MRB_FIXNUM_SHIFT)
|
||||
# define MRB_INT_MAX )INT16_MAX>>MRB_FIXNUM_SHIFT)
|
||||
# define MRB_INT_MAX (INT16_MAX>>MRB_FIXNUM_SHIFT)
|
||||
#else
|
||||
typedef int32_t mrb_int;
|
||||
# define MRB_INT_BIT 32
|
||||
|
||||
Reference in New Issue
Block a user