From 1f44c82a26ff60e012a2ff697cb036a25c0c7f97 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 8 Jun 2007 10:51:11 +0000 Subject: 20070608-1149 --- lib9/fmtdef.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib9/fmtdef.h') diff --git a/lib9/fmtdef.h b/lib9/fmtdef.h index 071041cf..9b0e9782 100644 --- a/lib9/fmtdef.h +++ b/lib9/fmtdef.h @@ -96,3 +96,7 @@ void _fmtunlock(void); t += runetochar(t, &_rune);\ }\ }while(0) + +#ifndef va_copy +#define va_copy(a, b) ((a) = (b)) +#endif -- cgit v1.2.3