summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/ginclude/va-spur.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-10-12 00:47:56 +0000
committerobrien <obrien@FreeBSD.org>1999-10-12 00:47:56 +0000
commit9f01c491d0571ee2f91980be244eaeef54bef145 (patch)
tree32f85c75698dfaea26b19c88d15c94b6c650192e /contrib/gcc/ginclude/va-spur.h
parent55f2f61a7b5c896aa6f24aa9d026d740b45b6edb (diff)
downloadFreeBSD-src-9f01c491d0571ee2f91980be244eaeef54bef145.zip
FreeBSD-src-9f01c491d0571ee2f91980be244eaeef54bef145.tar.gz
Virgin import of EGCS 1.1.2
Diffstat (limited to 'contrib/gcc/ginclude/va-spur.h')
-rw-r--r--contrib/gcc/ginclude/va-spur.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/gcc/ginclude/va-spur.h b/contrib/gcc/ginclude/va-spur.h
index 68cbc5c..7457ceb 100644
--- a/contrib/gcc/ginclude/va-spur.h
+++ b/contrib/gcc/ginclude/va-spur.h
@@ -59,3 +59,6 @@ __extension__ \
(pvar).__pnt += (sizeof(type) + 3) & ~3; \
} \
__va_result; }))
+
+/* Copy __gnuc_va_list into another variable of this type. */
+#define __va_copy(dest, src) (dest) = (src)
OpenPOWER on IntegriCloud