From 320f8cd2773015af4d3d1d5fb035c2ab11d5c921 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 5 Mar 2005 00:50:29 +0000 Subject: Reduce non-shared data (#168899, inspired by patches from Tommi Komulainen 2005-03-04 Owen Taylor Reduce non-shared data (#168899, inspired by patches from Tommi Komulainen and Ross Burton) * pango/pango-color.c pango/pango-color-table.h tools/gen-color-table.pl: Redo storage of colors to use offsets into a static string rather than embedded strings. (Inspired by a patch from Tommi Komulainen, #168899) * pango/break.c pango/fonts.c pango/pango-color.c pango/pango-layout.c pango/pango-markup.c pango/pango-script-lang-table.h pango/mini-fribidi/fribidi_types.c tools/gen-script-for-lang.c: Add const in various places * modules/arabic/arabic-fc.c modules/hebrew/hebrew-fc.c: modules/indic/{indic-fc.c,indic-ot-class-tables.c, indic-ot.h} modules/syriac/syriac-ot.c (syriac): Further addition of const. --- modules/arabic/arabic-ot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/arabic') diff --git a/modules/arabic/arabic-ot.c b/modules/arabic/arabic-ot.c index d5fd89ea..ef667e68 100644 --- a/modules/arabic/arabic-ot.c +++ b/modules/arabic/arabic-ot.c @@ -33,7 +33,7 @@ * */ -joining_class arabic[] = +static const joining_class arabic[] = { /* U+0620 */ none, none, right, right, -- cgit v1.2.1