X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/b64eb60f6c1fdb12f3922e04913e137199838807..c81c35dfd10050ffef85d57dc2ad73f52f38a3f2:/utils/control.h diff --git a/utils/control.h b/utils/control.h index 97be8b6..4026e16 100644 --- a/utils/control.h +++ b/utils/control.h @@ -176,7 +176,7 @@ * share the same state, so probably don't do this. */ #define MC_FINALLY(tag, cleanup) \ - MP_WRAP(tag##__final, { ; } cleanup, { cleanup break; }) + MP_WRAP(tag##__final, { ; }, cleanup, { cleanup break; }) /* @MC_DECL(tag, decl) body@ *