From 5b656d2913e4f9f0017698ec835ce4ddda1dc81f Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 18 Sep 2020 17:24:03 +0800 Subject: support inserting common expression item started with * symbol into a table block. --- src/MoonP/moon_ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MoonP/moon_ast.h') diff --git a/src/MoonP/moon_ast.h b/src/MoonP/moon_ast.h index 16f7801..90508a5 100644 --- a/src/MoonP/moon_ast.h +++ b/src/MoonP/moon_ast.h @@ -535,7 +535,7 @@ AST_END(TableBlockIndent) AST_NODE(TableBlock) ast_ptr sep; - ast_sel_list values; + ast_sel_list values; AST_MEMBER(TableBlock, &sep, &values) AST_END(TableBlock) -- cgit v1.2.3-55-g6feb