--- Gnu-Mach/kern/macro_help.h 2020/09/02 04:36:57 1.1.1.1 +++ Gnu-Mach/kern/macro_help.h 2020/09/02 04:47:35 1.1.1.3 @@ -37,16 +37,11 @@ #include -#ifdef lint -boolean_t NEVER; -boolean_t ALWAYS; -#else /* lint */ #define NEVER FALSE #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