summaryrefslogtreecommitdiff
path: root/uconfig.h
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 /uconfig.h
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 'uconfig.h')
-rw-r--r--uconfig.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/uconfig.h b/uconfig.h
index 556dacb5fb..83fa8d8e7a 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -548,13 +548,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().
@@ -5446,6 +5439,6 @@
#endif
/* Generated from:
- * 8bcb3af139b8925875e1a7668bd8c60e79e7c500716150ca1796b1f4c5a70d28 config_h.SH
- * 87ef7239e9f1bcc49ca2154767871e12218452256a40624296ecdc662311bd91 uconfig.sh
+ * 292f88691798392c51314921d1a53aca1044ccfd5410c0338c659f8ec2a6eab5 config_h.SH
+ * 2cd0f319cf0414d19be815afda24bae1eb0bde6e3d6f3bb2ca79bc4775549ac2 uconfig.sh
* ex: set ro: */