change __block to __normal_statement_block
This commit is contained in:
parent
70182fb20b
commit
6932820c28
|
@ -202,7 +202,7 @@ class abstract_syntax_tree
|
||||||
// for statement block
|
// for statement block
|
||||||
void set_block()
|
void set_block()
|
||||||
{
|
{
|
||||||
ast_node_type=__block;
|
ast_node_type=__normal_statement_block;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
void add_statement(abstract_syntax_tree statement_head)
|
void add_statement(abstract_syntax_tree statement_head)
|
||||||
|
|
Loading…
Reference in New Issue