mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
wrong return value from read_lineno_record()
This commit is contained in:
@@ -105,8 +105,6 @@ typedef struct mrb_state {
|
||||
|
||||
struct RObject *exc; /* exception */
|
||||
struct iv_tbl *globals; /* global variable table */
|
||||
struct mrb_irep **irep; /* program data array */
|
||||
size_t irep_len, irep_capa;
|
||||
|
||||
struct RObject *top_self;
|
||||
struct RClass *object_class; /* Object class */
|
||||
|
||||
Reference in New Issue
Block a user