diff options
Diffstat (limited to 'kern/debug.h')
-rw-r--r-- | kern/debug.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/debug.h b/kern/debug.h index 35201408..0c4ddf27 100644 --- a/kern/debug.h +++ b/kern/debug.h @@ -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_ */ |