mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
use stack_type instead of raw unsigned int
This commit is contained in:
+1
-1
@@ -997,7 +997,7 @@ heredoc_end(parser_state *p)
|
||||
node *nd;
|
||||
mrb_sym id;
|
||||
int num;
|
||||
unsigned int stack;
|
||||
stack_type stack;
|
||||
const struct vtable *vars;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user