use uint16_t instead of short; ref #2568

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-09-05 00:47:22 +09:00
3 changed files with 24 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_VALUE_H
#define MRUBY_VALUE_H
typedef short mrb_sym;
typedef uint16_t mrb_sym;
typedef uint8_t mrb_bool;
struct mrb_state;