use stack_type instead of raw unsigned int

This commit is contained in:
Nobuyoshi Nakada
2014-04-21 06:53:35 +09:00
parent 44cc51fef7
commit a3d6290d7b
+1 -1
View File
@@ -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;
}