diff options
Diffstat (limited to 'src/MoonP/moon_ast.h')
-rw-r--r-- | src/MoonP/moon_ast.h | 1 |
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) | |||
184 | AST_END(ExpList) | 184 | AST_END(ExpList) |
185 | 185 | ||
186 | AST_NODE(Return) | 186 | AST_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) |
189 | AST_END(Return) | 190 | AST_END(Return) |