summaryrefslogtreecommitdiff
path: root/lib9/fmtdef.h
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2007-06-08 10:51:11 +0000
committerCharles.Forsyth <devnull@localhost>2007-06-08 10:51:11 +0000
commit1f44c82a26ff60e012a2ff697cb036a25c0c7f97 (patch)
tree73cb74c31ef90c5ee906bbdf9040f8e9d8ebbb20 /lib9/fmtdef.h
parent7d5a2526f46cd3474fb96a684f7b87e9e78128b0 (diff)
20070608-1149
Diffstat (limited to 'lib9/fmtdef.h')
-rw-r--r--lib9/fmtdef.h4
1 files changed, 4 insertions, 0 deletions
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