diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-10 21:36:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-10 21:36:23 +0300 |
commit | ffef5abf2023140a106fd894565dae1abad77a15 (patch) | |
tree | 0bb4aa9789b42e95dca03e232bfe2efa7b4d6537 /helpers/update-support.sh | |
parent | 110e88df64d96ec8d0b9a1eeea0d1d18d1de289f (diff) | |
parent | 229c965beec283952be89b889b5c407ccf620ace (diff) | |
download | egawk-ffef5abf2023140a106fd894565dae1abad77a15.tar.gz egawk-ffef5abf2023140a106fd894565dae1abad77a15.tar.bz2 egawk-ffef5abf2023140a106fd894565dae1abad77a15.zip |
Merge branch 'master' into feature/bool
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 |