--- Gnu-Mach/include/mach/error.h 2020/09/02 04:36:57 1.1 +++ Gnu-Mach/include/mach/error.h 2020/09/02 04:45:43 1.1.1.2 @@ -87,9 +87,9 @@ /* Flux OS error systems */ #define err_fluke err_system(0x20) /* Fluke API */ -#ifndef ASSEMBLER +#ifndef __ASSEMBLER__ typedef kern_return_t mach_error_t; typedef mach_error_t (* mach_error_fn_t)(); -#endif /* ASSEMBLER */ +#endif /* __ASSEMBLER__ */ #endif /* _MACH_ERROR_H_ */