From: handa Date: Wed, 13 Sep 2006 11:50:49 +0000 (+0000) Subject: (Minherited): Declaration moved to input.c. X-Git-Tag: REL-1-3-4~70 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f5ee8325e338da2bb60a6772523dfd4ef8ef9c9;p=m17n%2Fm17n-lib.git (Minherited): Declaration moved to input.c. (mdraw__init): Don't initialize Minherited here. --- diff --git a/src/draw.c b/src/draw.c index 625f3f6..ebd6544 100644 --- a/src/draw.c +++ b/src/draw.c @@ -80,7 +80,7 @@ static MSymbol M_glyph_string; /* Special scripts */ -static MSymbol Minherited, Mcommon; +static MSymbol Mcommon; /* Special categories */ static MSymbol McatCc, McatCf; @@ -1877,7 +1877,6 @@ mdraw__init () memset (&scratch_gstring, 0, sizeof (scratch_gstring)); MLIST_INIT1 (&scratch_gstring, glyphs, 3); - Minherited = msymbol ("inherited"); Mcommon = msymbol ("common"); McatCc = msymbol ("Cc");