diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-10 21:28:26 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-10 21:28:26 +0300 |
commit | 38cd5733bf39211352af6dc54c7a6e08e2796228 (patch) | |
tree | 7820834efcce52c6de1d428737c4842f1a6979e6 /helpers/update-support.sh | |
parent | b4fe35ca5bec12ac96522963b1922ac1303b86c9 (diff) | |
download | egawk-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-x | helpers/update-support.sh | 5 |
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 |