From: Vinson Lee Date: Sat, 14 Aug 2010 00:11:21 +0000 (-0700) Subject: Fix an MSVC build error (bugzilla 29570). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07ca55b7fa09b8b5c08f8e2e45f9060020593783;p=mesa.git Fix an MSVC build error (bugzilla 29570). --- diff --git a/src/glsl/glcpp/glcpp-parse.y b/src/glsl/glcpp/glcpp-parse.y index 0d70afd779c..ce4197e240c 100644 --- a/src/glsl/glcpp/glcpp-parse.y +++ b/src/glsl/glcpp/glcpp-parse.y @@ -32,7 +32,7 @@ #include "main/mtypes.h" #define glcpp_print(stream, str) stream = talloc_strdup_append(stream, str) -#define glcpp_printf(stream, fmt, args...) \ +#define glcpp_printf(stream, fmt, args, ...) \ stream = talloc_asprintf_append(stream, fmt, args) static void