]> Nishi Git Mirror - gwion.git/commitdiff
:art: Finish the job
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Tue, 15 Sep 2020 22:10:38 +0000 (00:10 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Tue, 15 Sep 2020 22:10:38 +0000 (00:10 +0200)
include/clean.h

index bda9062f0dc217d72ea4abe00cb88be434776432..449a046823c712aae7d0ba05511b4240e15493a8 100644 (file)
@@ -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);