aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MoonP/moon_ast.h')
-rw-r--r--src/MoonP/moon_ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MoonP/moon_ast.h b/src/MoonP/moon_ast.h
index 0743014..44a55a4 100644
--- a/src/MoonP/moon_ast.h
+++ b/src/MoonP/moon_ast.h
@@ -184,6 +184,7 @@ AST_NODE(ExpList)
184AST_END(ExpList) 184AST_END(ExpList)
185 185
186AST_NODE(Return) 186AST_NODE(Return)
187 bool allowBlockMacroReturn = false;
187 ast_ptr<false, ExpListLow_t> valueList; 188 ast_ptr<false, ExpListLow_t> valueList;
188 AST_MEMBER(Return, &valueList) 189 AST_MEMBER(Return, &valueList)
189AST_END(Return) 190AST_END(Return)