mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fixed to uint8_t
This commit is contained in:
@@ -31,7 +31,7 @@ typedef struct mrb_irep {
|
||||
#define MRB_ISEQ_NO_FREE 1
|
||||
|
||||
mrb_irep *mrb_add_irep(mrb_state *mrb);
|
||||
mrb_value mrb_load_irep(mrb_state*,const unsigned char*);
|
||||
mrb_value mrb_load_irep(mrb_state*, const uint8_t*);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
} /* extern "C" { */
|
||||
|
||||
Reference in New Issue
Block a user