diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-12 10:33:33 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:48:25 +0100 |
commit | 11568d10a6b3495b7a54f171d4134d8798fd64d6 (patch) | |
tree | 87bddbe3bd9979e930b7f8b6176cebabb9734ce8 /Cross/config.sh-arm-linux | |
parent | c4de53373c059dba8933ed1fed32f90a8ff2d0fb (diff) | |
download | perl-11568d10a6b3495b7a54f171d4134d8798fd64d6.tar.gz |
Remove USE_STRUCT_COPY in favour of C89 struct assignment
At least for now, we retain the StructCopy() macro, but its definition
always just uses struct assignment.
Diffstat (limited to 'Cross/config.sh-arm-linux')
-rw-r--r-- | Cross/config.sh-arm-linux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index 698de25667..8f7052c23e 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -572,7 +572,6 @@ d_stdiobase='define' d_stdstdio='define' d_strchr='define' d_strcoll='define' -d_strctcpy='define' d_strerrm='strerror(e)' d_strerror='define' d_strerror_l='undef' |