chiark / gitweb /
@@@ remote works?
[mLib] / utils / control.h
index 97be8b6b51338b2c286a784df5312e036471b986..4026e1613c3226f50529082d1565d2c65d59220a 100644 (file)
  * 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@
  *