summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorDominic Dunlop <domo@computer.org>2000-11-20 19:55:29 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-21 18:54:41 +0000
commit2cc61e15d3dcd28f355bee01f2fb06b42ba7309f (patch)
tree4d0343022362710db62a1bb35c8b420cb55fc3ad /config_h.SH
parentf2b2c1a7ed42395a69ab0bb3b739cdbd8d214137 (diff)
downloadperl-2cc61e15d3dcd28f355bee01f2fb06b42ba7309f.tar.gz
Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> va_copy() and the need of it. See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>. p4raw-id: //depot/perl@7793
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH11
1 files changed, 11 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index f912151186..6483ebecf9 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -3240,5 +3240,16 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_sbrkproto HAS_SBRK_PROTO /**/
+/* NEED_VA_COPY:
+ * This symbol, if defined, indicates that the system stores
+ * the variable argument list datatype, va_list, in a format
+ * that cannot be copied by simple assignment, so that some
+ * other means must be used when copying is required.
+ * As such systems vary in their provision (or non-provision)
+ * of copying mechanisms, handy.h defines a platform-
+ * independent macro, Perl_va_copy(src, dst), to do the job.
+ */
+#$need_va_copy NEED_VA_COPY /**/
+
#endif
!GROK!THIS!