diff options
Diffstat (limited to 'include/mach/boolean.h')
-rw-r--r-- | include/mach/boolean.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mach/boolean.h b/include/mach/boolean.h index 54028ad..f0f36a2 100644 --- a/include/mach/boolean.h +++ b/include/mach/boolean.h @@ -37,9 +37,9 @@ * Pick up "boolean_t" type definition */ -#ifndef ASSEMBLER +#ifndef __ASSEMBLER__ #include <mach/machine/boolean.h> -#endif /* ASSEMBLER */ +#endif /* __ASSEMBLER__ */ #endif /* _MACH_BOOLEAN_H_ */ |