xmlconfig: use the portable __VA_ARGS__
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 22 Aug 2017 10:39:35 +0000 (11:39 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 26 Aug 2017 10:20:06 +0000 (11:20 +0100)
commit98030f92e8007fedde1e457438c3faa1e26cd3d4
treecd0a042d1d964ead5526d397f6943e6da091edf9
parentd819b1fcec02be5e0cfc87b6246833a2a2d5f034
xmlconfig: use the portable __VA_ARGS__

Follow the example used through mesa and use "..." + "__VA_ARGS__".
The former tends to be more common and portable.

v2: use ##__VA_ARGS__ (Eric)

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/util/xmlconfig.c