--- Gnu-Mach/kern/debug.h 2020/09/02 04:36:56 1.1.1.1 +++ Gnu-Mach/kern/debug.h 2020/09/02 04:42:42 1.1.1.2 @@ -46,7 +46,7 @@ __FILE__, __LINE__, (p), (id), (p->struct_id)); \ }) -#else !DEBUG +#else /* !DEBUG */ #define otsan() @@ -55,6 +55,6 @@ #define struct_id_denit(p) #define struct_id_verify(p,id) -#endif !DEBUG +#endif /* !DEBUG */ -#endif _mach_debug__debug_ +#endif /* _mach_debug__debug_ */