mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
use uint16_t for line type
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;
|
||||
short lineno;
|
||||
uint16_t lineno;
|
||||
char const* filename;
|
||||
} mrb_ast_node;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user