summaryrefslogtreecommitdiffstats
path: root/src/h.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/h.c')
-rw-r--r--src/h.c1
1 files changed, 0 insertions, 1 deletions
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