X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..55e303ae13a4cf49d70f2294092726f2fffb9ef2:/libsa/malloc_debug_stuff diff --git a/libsa/malloc_debug_stuff b/libsa/malloc_debug_stuff index 15619526c..91ab21044 100644 --- a/libsa/malloc_debug_stuff +++ b/libsa/malloc_debug_stuff @@ -1,7 +1,7 @@ #ifdef DEBUG static void print_region_list(void); static int check_block_list(queue_entry * block_list, malloc_block * new_block); -#endif DEBUG +#endif /* DEBUG */ void print_region_list(void) { @@ -284,7 +284,7 @@ void malloc_report(void) { cur_block->buffer, cur_block->block_size, cur_block->block_size - sizeof(malloc_block)); } -#endif 0 +#endif /* 0 */ } printf("High water mark: %ld\n", malloc_hiwater_mark);