mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
rename node->filename to node->filename_index
This commit is contained in:
@@ -37,7 +37,7 @@ void mrbc_partial_hook(mrb_state *mrb, mrbc_context *c, int (*partial_hook)(stru
|
||||
/* AST node structure */
|
||||
typedef struct mrb_ast_node {
|
||||
struct mrb_ast_node *car, *cdr;
|
||||
uint16_t lineno, filename;
|
||||
uint16_t lineno, filename_index;
|
||||
} mrb_ast_node;
|
||||
|
||||
/* lexer states */
|
||||
|
||||
Reference in New Issue
Block a user