Loading...
libsa/malloc_debug_stuff xnu-792.2.4 xnu-344
--- xnu/xnu-792.2.4/libsa/malloc_debug_stuff
+++ xnu/xnu-344/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 @@
                 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);