diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-11-23 13:39:35 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-11-23 13:56:03 -0500 |
commit | 394cf624ee9ab64090135d99ec4dcec0e0a69882 (patch) | |
tree | f1da67f621d7011f1de98bc795b3faebcdf33506 /src/main.c | |
parent | 23793f0805519afb304b6b820c46abeaf545f607 (diff) | |
download | bfs-394cf624ee9ab64090135d99ec4dcec0e0a69882.tar.xz |
darray: Remove
The new RESERVE() macro from alloc.h is nicer, and handles alignment
properly.
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -27,7 +27,6 @@ * - bfstd.[ch] (standard library wrappers/polyfills) * - color.[ch] (for pretty terminal colors) * - config.h (configuration and feature/platform detection) - * - darray.[ch] (a dynamic array library) * - diag.[ch] (formats diagnostic messages) * - dir.[ch] (a directory API facade) * - dstring.[ch] (a dynamic string library) |