--- Gnu-Mach/kern/macro_help.h 2020/09/02 04:45:18 1.1.1.2 +++ Gnu-Mach/kern/macro_help.h 2020/09/02 04:47:35 1.1.1.3 @@ -37,13 +37,8 @@ #include -#ifdef lint -boolean_t NEVER; -boolean_t ALWAYS; -#else /* lint */ #define NEVER FALSE #define ALWAYS TRUE -#endif /* lint */ #define MACRO_BEGIN ({ #define MACRO_END })