From 3b075896608f252a9cfba76a1d7d40f9fe5b24c4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 7 Jan 2013 20:28:30 -0500 Subject: Fix another compiler warning gcc doesn't like #ifndef LANGUAGE(x, y, z). --- pango/pango-language-sample-table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pango/pango-language-sample-table.h') diff --git a/pango/pango-language-sample-table.h b/pango/pango-language-sample-table.h index 2c793872..7dd13d4d 100644 --- a/pango/pango-language-sample-table.h +++ b/pango/pango-language-sample-table.h @@ -50,7 +50,7 @@ * Needless to say, the list MUST be sorted on the language code. */ /* Sacrificial define to make introspection happy. */ -#ifndef LANGUAGE(x, y, z) +#ifndef LANGUAGE #define LANGUAGE(x, y, z) #endif LANGUAGE( -- cgit v1.2.1