Define mrb_code, mrb_aspec as uint32_t. They are always positive.

This commit is contained in:
Masaki Muranaka
2013-04-21 01:59:43 +09:00
parent c79172dfd5
commit b41c5cb5c3
+2 -2
View File
@@ -36,8 +36,8 @@ extern "C" {
#include "mruby/value.h"
typedef int32_t mrb_code;
typedef int32_t mrb_aspec;
typedef uint32_t mrb_code;
typedef uint32_t mrb_aspec;
struct mrb_state;