summaryrefslogtreecommitdiff
path: root/Cross
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-12 10:33:33 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:48:25 +0100
commit11568d10a6b3495b7a54f171d4134d8798fd64d6 (patch)
tree87bddbe3bd9979e930b7f8b6176cebabb9734ce8 /Cross
parentc4de53373c059dba8933ed1fed32f90a8ff2d0fb (diff)
downloadperl-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')
-rw-r--r--Cross/config.sh-arm-linux1
-rw-r--r--Cross/config.sh-arm-linux-n7701
2 files changed, 0 insertions, 2 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'
diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770
index 931b4f1b3f..2d85400b72 100644
--- a/Cross/config.sh-arm-linux-n770
+++ b/Cross/config.sh-arm-linux-n770
@@ -453,7 +453,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_r='undef'