--- Gnu-Mach/include/mach/boolean.h 2020/09/02 04:36:57 1.1 +++ Gnu-Mach/include/mach/boolean.h 2020/09/02 04:45:40 1.1.1.2 @@ -37,9 +37,9 @@ * Pick up "boolean_t" type definition */ -#ifndef ASSEMBLER +#ifndef __ASSEMBLER__ #include -#endif /* ASSEMBLER */ +#endif /* __ASSEMBLER__ */ #endif /* _MACH_BOOLEAN_H_ */