From 93c741b938af10a81fbd55cf827456805bcf519a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sat, 25 Sep 2021 22:01:43 +0200 Subject: grem spat --- src/h.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/h.c') diff --git a/src/h.c b/src/h.c index df7907f..7ace971 100644 --- a/src/h.c +++ b/src/h.c @@ -1,4 +1,3 @@ -/* note: ISAs will (hopefully) no longer be used in my programs in favour of linked lists */ /* ISAs: _sizeof means size of array, _length means usable/initialized members in array */ #define DC_ISA(type, name) type ** name; size_t name##_sizeof; size_t name##_length /* in struct array */ #define DC_ALLOC_CHUNK 1 -- cgit v1.2.3