diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-02-08 09:04:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-02-08 09:04:43 +0200 |
commit | 33ef3ac7854adece095e69ea8fb0e70fb1feeea6 (patch) | |
tree | d72521bddf2addc48081e96786d1bf2489dfa92d /helpers/update-support.sh | |
parent | 04e5d7b0199fd98cbb7505519a9e8210d6c84eb2 (diff) | |
download | egawk-33ef3ac7854adece095e69ea8fb0e70fb1feeea6.tar.gz egawk-33ef3ac7854adece095e69ea8fb0e70fb1feeea6.tar.bz2 egawk-33ef3ac7854adece095e69ea8fb0e70fb1feeea6.zip |
Updates from GNULIB, including major work on regex.
Diffstat (limited to 'helpers/update-support.sh')
-rwxr-xr-x | helpers/update-support.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/helpers/update-support.sh b/helpers/update-support.sh index 122ef896..a85d86ae 100755 --- a/helpers/update-support.sh +++ b/helpers/update-support.sh @@ -25,7 +25,8 @@ regex.h regex_internal.c regex_internal.h verify.h -xalloc.h" +malloc/dynarray.h +malloc/dynarray-skeleton.c" for i in $FILE_LIST do |