From 38cd5733bf39211352af6dc54c7a6e08e2796228 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 10 May 2021 21:28:26 +0300 Subject: Add the rest of the dynarray_* junk. Sigh. --- helpers/update-support.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'helpers/update-support.sh') diff --git a/helpers/update-support.sh b/helpers/update-support.sh index 06ed1020..90de973a 100755 --- a/helpers/update-support.sh +++ b/helpers/update-support.sh @@ -29,9 +29,12 @@ regex_internal.h verify.h malloc/dynarray-skeleton.c malloc/dynarray.h +malloc/dynarray_at_failure.c malloc/dynarray_emplace_enlarge.c +malloc/dynarray_emplace_enlarge.c malloc/dynarray_finalize.c -malloc/dynarray_resize.c" +malloc/dynarray_resize.c +malloc/dynarray_resize_clear.c" for i in $FILE_LIST do -- cgit v1.2.3