[pango/matthiasc/for-main: 16/17] tracing: Fix the defines




commit f066cd6aa7313aa4318eaf916e44db121ed5befb
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Dec 25 00:16:29 2021 -0500

    tracing: Fix the defines
    
    We want to define pango_trace_mark to nothing.

 pango/pango-trace-private.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pango/pango-trace-private.h b/pango/pango-trace-private.h
index 5d2a4fdf..a782d45e 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, ...)
 #elif defined(G_HAVE_GNUC_VARARGS)
-#define g_trace_mark(b, n, m...)
+#define pango_trace_mark(b, n, m...)
 #else
 /* no varargs macro support; the call will have to be optimised out by the compiler */
 #endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]