[pango] Fix another compiler warning
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Fix another compiler warning
- Date: Tue, 8 Jan 2013 02:11:52 +0000 (UTC)
commit 3b075896608f252a9cfba76a1d7d40f9fe5b24c4
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Jan 7 20:28:30 2013 -0500
Fix another compiler warning
gcc doesn't like #ifndef LANGUAGE(x, y, z).
pango/pango-language-sample-table.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pango/pango-language-sample-table.h b/pango/pango-language-sample-table.h
index 2c79387..7dd13d4 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(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]