#define BLOCK(stmt) do { stmt; } while(0);

BLOCK(
if (error) break;
);