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
>>
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
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