change mrb_sym type from uint16_t to uint32_t

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-09-15 01:48:08 +09:00
parent 48c5321dca
commit 6057b2e378
3 changed files with 1 additions and 23 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_VALUE_H
#define MRUBY_VALUE_H
typedef uint16_t mrb_sym;
typedef uint32_t mrb_sym;
typedef uint8_t mrb_bool;
struct mrb_state;