X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/67b5031ec6d160b5cae425466a34d1be3b211dd4..c91413e6acbc8d157ff52ceb8cd78cee97403584:/utils/control.h?ds=sidebyside 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@ *