Re: [Mesa-dev] [PATCH 1/3] xmlconfig: use the portable __VA_ARGS__

2017-08-22 Thread Emil Velikov
On 22 August 2017 at 12:07, Eric Engestrom wrote: > On Tuesday, 2017-08-22 11:39:35 +0100, Emil Velikov wrote: >> From: Emil Velikov >> >> Follow the example used through mesa and use "..." + "__VA_ARGS__". >> The former tends to be more common and portable. >> >> Signed-off-by: Emil Velikov >>

Re: [Mesa-dev] [PATCH 1/3] xmlconfig: use the portable __VA_ARGS__

2017-08-22 Thread Eric Engestrom
On Tuesday, 2017-08-22 11:39:35 +0100, Emil Velikov wrote: > From: Emil Velikov > > Follow the example used through mesa and use "..." + "__VA_ARGS__". > The former tends to be more common and portable. > > Signed-off-by: Emil Velikov > --- > src/util/xmlconfig.c | 12 ++-- > 1 file ch

[Mesa-dev] [PATCH 1/3] xmlconfig: use the portable __VA_ARGS__

2017-08-22 Thread Emil Velikov
From: Emil Velikov Follow the example used through mesa and use "..." + "__VA_ARGS__". The former tends to be more common and portable. Signed-off-by: Emil Velikov --- src/util/xmlconfig.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/util/xmlconfig.c b/s