--- Gnu-Mach/kern/syscall_emulation.h 2020/09/02 04:36:57 1.1.1.1 +++ Gnu-Mach/kern/syscall_emulation.h 2020/09/02 04:42:49 1.1.1.2 @@ -56,6 +56,6 @@ typedef vm_offset_t *emulation_vector_t; #define EML_MOD (err_kern|err_sub(2)) #define EML_BAD_TASK (EML_MOD|0x0001) #define EML_BAD_CNT (EML_MOD|0x0002) -#endif ASSEMBLER +#endif /* ASSEMBLER */ -#endif _KERN_SYSCALL_EMULATION_H_ +#endif /* _KERN_SYSCALL_EMULATION_H_ */