diff options
Diffstat (limited to 'kern/macro_help.h')
-rw-r--r-- | kern/macro_help.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kern/macro_help.h b/kern/macro_help.h index a3d156b..7ce171f 100644 --- a/kern/macro_help.h +++ b/kern/macro_help.h @@ -37,13 +37,8 @@ #include <mach/boolean.h> -#ifdef lint -boolean_t NEVER; -boolean_t ALWAYS; -#else /* lint */ #define NEVER FALSE #define ALWAYS TRUE -#endif /* lint */ #define MACRO_BEGIN ({ #define MACRO_END }) |