aboutsummaryrefslogtreecommitdiffstats
path: root/helpers/update-support.sh
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-10 21:28:26 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-10 21:28:26 +0300
commit38cd5733bf39211352af6dc54c7a6e08e2796228 (patch)
tree7820834efcce52c6de1d428737c4842f1a6979e6 /helpers/update-support.sh
parentb4fe35ca5bec12ac96522963b1922ac1303b86c9 (diff)
downloadegawk-38cd5733bf39211352af6dc54c7a6e08e2796228.tar.gz
egawk-38cd5733bf39211352af6dc54c7a6e08e2796228.tar.bz2
egawk-38cd5733bf39211352af6dc54c7a6e08e2796228.zip
Add the rest of the dynarray_* junk. Sigh.
Diffstat (limited to 'helpers/update-support.sh')
-rwxr-xr-xhelpers/update-support.sh5
1 files changed, 4 insertions, 1 deletions
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