--- Gnu-Mach/kern/macro_help.h 2020/09/02 04:36:57 1.1 +++ Gnu-Mach/kern/macro_help.h 2020/09/02 04:45:18 1.1.1.2 @@ -45,8 +45,8 @@ boolean_t ALWAYS; #define ALWAYS TRUE #endif /* lint */ -#define MACRO_BEGIN do { -#define MACRO_END } while (NEVER) +#define MACRO_BEGIN ({ +#define MACRO_END }) #define MACRO_RETURN if (ALWAYS) return