summaryrefslogtreecommitdiff
path: root/plan9
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 /plan9
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 'plan9')
-rw-r--r--plan9/config.plan97
-rw-r--r--plan9/config_h.sample7
-rw-r--r--plan9/config_sh.sample1
3 files changed, 0 insertions, 15 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9
index 3c26d2b355..b32fa84335 100644
--- a/plan9/config.plan9
+++ b/plan9/config.plan9
@@ -573,13 +573,6 @@
*/
#define HAS_STRCOLL /**/
-/* USE_STRUCT_COPY:
- * This symbol, if defined, indicates that this C compiler knows how
- * to copy structures. If undefined, you'll need to use a block copy
- * routine of some sort instead.
- */
-#define USE_STRUCT_COPY /**/
-
/* HAS_STRTOD:
* This symbol, if defined, indicates that the strtod routine is
* available to provide better numeric string conversion than atof().
diff --git a/plan9/config_h.sample b/plan9/config_h.sample
index d88498430c..d7342cfc23 100644
--- a/plan9/config_h.sample
+++ b/plan9/config_h.sample
@@ -531,13 +531,6 @@
*/
#define HAS_STRCOLL /**/
-/* USE_STRUCT_COPY:
- * This symbol, if defined, indicates that this C compiler knows how
- * to copy structures. If undefined, you'll need to use a block copy
- * routine of some sort instead.
- */
-#define USE_STRUCT_COPY /**/
-
/* HAS_STRTOD:
* This symbol, if defined, indicates that the strtod routine is
* available to provide better numeric string conversion than atof().
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index 8ee953cd20..003dfc95b6 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -572,7 +572,6 @@ d_stdiobase='undef'
d_stdstdio='undef'
d_strchr='define'
d_strcoll='define'
-d_strctcpy='define'
d_strerrm='strerror(e)'
d_strerror='define'
d_strerror_l='undef'