-Subproject commit 22dd7634ccd580fa2265cd554dbbaf572a8489be
+Subproject commit 742af1c3723d56bef451ca480904689927ac7f7f
#define clean_stmt_pp clean_dummy
#define clean_stmt_break clean_dummy
#define clean_stmt_continue clean_dummy
-#define clean_stmt_resume clean_dummy
+#define clean_stmt_retry clean_dummy
DECL_STMT_FUNC(clean, void, Clean*)
ANN static void clean_stmt(Clean *a, Stmt b) {
return GW_OK;
}
-ANN static m_bool emit_stmt_resume(const Emitter emit, const struct Stmt_Index_* stmt NUSED) {
+ANN static m_bool emit_stmt_retry(const Emitter emit, const struct Stmt_Index_* stmt NUSED) {
const Instr instr = emit_add_instr(emit, Goto);
instr->m_val = emit->code->frame->try_top;
return GW_OK;
return check_stmt(env, stmt->stmt);
}
-#define check_stmt_resume dummy_func
+#define check_stmt_retry dummy_func
DECL_STMT_FUNC(check, m_bool , Env)
ANN m_bool check_stmt(const Env env, const Stmt stmt) {
#define scan1_stmt_continue dummy_func
#define scan1_stmt_break dummy_func
#define scan1_stmt_return scan1_stmt_exp
-#define scan1_stmt_resume dummy_func
+#define scan1_stmt_retry dummy_func
ANN static m_bool scan1_stmt_pp(const Env env, const Stmt_PP stmt) {
if(stmt->pp_type == ae_pp_include)
#define scan2_stmt_continue dummy_func
#define scan2_stmt_break dummy_func
#define scan2_stmt_return scan2_stmt_exp
-#define scan2_stmt_resume dummy_func
+#define scan2_stmt_retry dummy_func
ANN static m_bool scan2_stmt_pp(const Env env, const Stmt_PP stmt) {
if(stmt->pp_type == ae_pp_include)