diff options
Diffstat (limited to 'pango/pango-trace-private.h')
-rw-r--r-- | pango/pango-trace-private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-trace-private.h b/pango/pango-trace-private.h index 5d2a4fdf..8d5ebf51 100644 --- a/pango/pango-trace-private.h +++ b/pango/pango-trace-private.h @@ -42,9 +42,9 @@ void pango_trace_mark (gint64 begin_time, #ifndef HAVE_SYSPROF /* Optimise the whole call out */ #if defined(G_HAVE_ISO_VARARGS) -#define g_trace_mark(b, n, m, ...) +#define pango_trace_mark(b, n, m, ...) G_STMT_START { } G_STMT_END #elif defined(G_HAVE_GNUC_VARARGS) -#define g_trace_mark(b, n, m...) +#define pango_trace_mark(b, n, m...) G_STMT_START { } G_STMT_END #else /* no varargs macro support; the call will have to be optimised out by the compiler */ #endif |