mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
incomplete renaming node->filename -> node->filename_index
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ cons_gen(parser_state *p, node *car, node *cdr)
|
||||
c->car = car;
|
||||
c->cdr = cdr;
|
||||
c->lineno = p->lineno;
|
||||
c->filename = p->current_filename_index;
|
||||
c->filename_index = p->current_filename_index;
|
||||
return c;
|
||||
}
|
||||
#define cons(a,b) cons_gen(p,(a),(b))
|
||||
|
||||
Reference in New Issue
Block a user