From: handa Date: Wed, 28 Oct 2009 07:30:26 +0000 (+0000) Subject: (m17n_init_core): Call SET_DEBUG_FLAG for X-Git-Tag: merge-to-XML~49 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7e99eebeb5bc05fcaf65f3580e78abc323aa63d6;p=m17n%2Fm17n-lib.git (m17n_init_core): Call SET_DEBUG_FLAG for MDEBUG_FONTSET. --- diff --git a/src/m17n-core.c b/src/m17n-core.c index 996831a..41bb939 100644 --- a/src/m17n-core.c +++ b/src/m17n-core.c @@ -588,6 +588,7 @@ m17n_init_core (void) SET_DEBUG_FLAG ("MDEBUG_DATABASE", MDEBUG_DATABASE); SET_DEBUG_FLAG ("MDEBUG_FONT", MDEBUG_FONT); SET_DEBUG_FLAG ("MDEBUG_FLT", MDEBUG_FLT); + SET_DEBUG_FLAG ("MDEBUG_FONTSET", MDEBUG_FONTSET); SET_DEBUG_FLAG ("MDEBUG_INPUT", MDEBUG_INPUT); /* for backward compatibility... */ SET_DEBUG_FLAG ("MDEBUG_FONT_FLT", MDEBUG_FLT);