diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-01-07 20:28:30 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-01-07 21:07:00 -0500 |
commit | 3b075896608f252a9cfba76a1d7d40f9fe5b24c4 (patch) | |
tree | a95e919ad987a9096d327be6cf1550a244980721 /pango | |
parent | cc1661bac933a078913ad0bb6ff9d727b585afb0 (diff) | |
download | pango-3b075896608f252a9cfba76a1d7d40f9fe5b24c4.tar.gz |
Fix another compiler warning
gcc doesn't like #ifndef LANGUAGE(x, y, z).
Diffstat (limited to 'pango')
-rw-r--r-- | 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 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( |