diff --git a/Userspace/libc/src/mem/liballoc_1_1.c b/Userspace/libc/src/mem/liballoc_1_1.c index d92529c9..3a7b010b 100644 --- a/Userspace/libc/src/mem/liballoc_1_1.c +++ b/Userspace/libc/src/mem/liballoc_1_1.c @@ -1,5 +1,9 @@ #include "liballoc_1_1.h" +/* comment these to print debug info */ +#undef DEBUG +#undef INFO + /** Durand's Amazing Super Duper Memory functions. */ #define VERSION "1.1"