From 0113a24f285aa4ad0d32feb560e777a2ff787626 Mon Sep 17 00:00:00 2001 From: xolatile Date: Tue, 15 Aug 2023 19:31:52 -0400 Subject: [PATCH] Allocation by chunks of 1KiB again... --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index d62ca08..90e0f2d 100644 --- a/src/main.c +++ b/src/main.c @@ -1,4 +1,3 @@ -// @COMPILECMD gcc $@ -o hl #include #include #include