From f2bb9b92d5cebe5594e73e2eeea8a1a606da9005 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 15 Dec 2000 01:10:13 +0000 Subject: Fix macro breakage. Thu Dec 14 19:00:46 2000 Owen Taylor * modules/indic/pango-indic-script.h: Fix macro breakage. * modules/basic/tables-big.i: Remove extra copy of basic_ranges. * modules/thai/thai.c: Fix various warnings. * configure.in Makefile.am pangoxft.pc.in pango-config.in modules/basic/Makefile.am modules/basic/basic-xft.c pango/Makefile.am pango/pangoxft-font.[ch] pango/pangoxft-fontmap.c pango/pangoxft.h pango/pangoxft-private.h: Initial support for rendering via Xft and the Xrender extension. --- modules/indic/pango-indic-script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/indic') diff --git a/modules/indic/pango-indic-script.h b/modules/indic/pango-indic-script.h index 8a4c40a3..c041c845 100644 --- a/modules/indic/pango-indic-script.h +++ b/modules/indic/pango-indic-script.h @@ -22,6 +22,6 @@ }; \ static gint n_script_engines = G_N_ELEMENTS (script_engines); -#define pango_indic_get_char ( (chars) >= (end) ? 0 : *(chars) ) +#define pango_indic_get_char(chars,end) ( (chars) >= (end) ? 0 : *(chars) ) #endif -- cgit v1.2.1