From 8064b702c01147df1ac0761cfad5755f995e618a Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sat, 29 Jan 2011 20:03:28 -0700 Subject: [PATCH] use parentheses around VA_LIST value in x86.h --- src/x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x86.h b/src/x86.h index ec90c7befb..d52f7c875e 100644 --- a/src/x86.h +++ b/src/x86.h @@ -22,7 +22,7 @@ # undef interface #endif -#define VA_LIST(x) x +#define VA_LIST(x) (x) #ifdef ARCH_x86_32