mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Define mrb_code, mrb_aspec as uint32_t. They are always positive.
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user