change __block to __normal_statement_block

This commit is contained in:
Valk Richard Li 2019-10-19 19:58:52 +08:00 committed by GitHub
parent 70182fb20b
commit 6932820c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class abstract_syntax_tree
// for statement block
void set_block()
{
ast_node_type=__block;
ast_node_type=__normal_statement_block;
return;
}
void add_statement(abstract_syntax_tree statement_head)