From 7e99eebeb5bc05fcaf65f3580e78abc323aa63d6 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 28 Oct 2009 07:30:26 +0000 Subject: [PATCH] (m17n_init_core): Call SET_DEBUG_FLAG for MDEBUG_FONTSET. --- src/m17n-core.c | 1 + 1 file changed, 1 insertion(+) 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); -- 1.7.10.4