summaryrefslogtreecommitdiff
path: root/uconfig64.sh
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 /uconfig64.sh
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 'uconfig64.sh')
-rw-r--r--uconfig64.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/uconfig64.sh b/uconfig64.sh
index 238a419011..670306f22f 100644
--- a/uconfig64.sh
+++ b/uconfig64.sh
@@ -512,7 +512,6 @@ d_stdiobase='undef'
d_stdstdio='undef'
d_strchr='undef'
d_strcoll='undef'
-d_strctcpy='undef'
d_strerrm='strerror(e)'
d_strerror='undef'
d_strerror_l='undef'