mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Shrink file name table size to uint16_t; ref #4138
This commit is contained in:
@@ -158,8 +158,8 @@ struct mrb_parser_state {
|
||||
struct mrb_parser_message warn_buffer[10];
|
||||
|
||||
mrb_sym* filename_table;
|
||||
size_t filename_table_length;
|
||||
int current_filename_index;
|
||||
uint16_t filename_table_length;
|
||||
uint16_t current_filename_index;
|
||||
|
||||
struct mrb_jmpbuf* jmp;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user