summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorDavid Leadbeater <dgl@dgl.cx>2011-03-07 21:06:21 +0000
committerNicholas Clark <nick@ccl4.org>2011-03-28 10:21:48 +0100
commit6644ede8e56174b7ab50f6b8b89844281b2a0c1a (patch)
tree1b521c40d48d828491fbc2b92d9b339217857618 /uconfig.h
parentc13bf28c5e59a95be2cd4bec3c8e48c16f0199f7 (diff)
downloadperl-6644ede8e56174b7ab50f6b8b89844281b2a0c1a.tar.gz
microperl: Define need_va_copy
This is needed on some platforms and shouldn't hurt on others, so define it.
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/uconfig.h b/uconfig.h
index fb8db13048..8c0c98f3bf 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -4174,7 +4174,7 @@
* of copying mechanisms, handy.h defines a platform-
* independent macro, Perl_va_copy(src, dst), to do the job.
*/
-/*#define NEED_VA_COPY / **/
+#define NEED_VA_COPY /**/
/* IVTYPE:
* This symbol defines the C type used for Perl's IV.
@@ -4687,5 +4687,5 @@
/* Generated from:
* 323778627146f2762cd41f4dd1db6659f59006ec9bcaaf6bcc645d0380dda938 config_h.SH
- * c59d2b1fc6a313e8ff46597b14976c14307b9504013fb059305440a127074130 uconfig.sh
+ * d61f2bab075c864edee2d7c0eddf56cf6ea8a3a99b12bf8327caf7fc4bb1b3d6 uconfig.sh
* ex: set ro: */