From: Jérémie Astor Date: Tue, 15 Sep 2020 22:10:38 +0000 (+0200) Subject: :art: Finish the job X-Git-Tag: nightly~1288 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=1cb061ab79c231a50a836da8f407e5d7677b7440;p=gwion.git :art: Finish the job --- diff --git a/include/clean.h b/include/clean.h index bda9062f..449a0468 100644 --- a/include/clean.h +++ b/include/clean.h @@ -33,7 +33,7 @@ ANN static void clean_exp_lambda(Clean *a, Exp_Lambda *b); ANN static void clean_exp(Clean *a, Exp b); ANN static void clean_stmt_exp(Clean *a, Stmt_Exp b); ANN static void clean_stmt_for(Clean *a, Stmt_For b); -ANN static void clean_stmt_auto(Clean *a, Stmt_Auto b); +ANN static void clean_stmt_each(Clean *a, Stmt_Each b); ANN static void clean_stmt_loop(Clean *a, Stmt_Loop b); ANN static void clean_stmt_if(Clean *a, Stmt_If b); ANN static void clean_stmt_code(Clean *a, Stmt_Code b);