From: handa Date: Mon, 29 Oct 2007 02:12:29 +0000 (+0000) Subject: (m17n_init): Don't call mchar_init. X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f065cce1535c8998135dff595139ce95b27eba1;p=m17n%2Fm17n-lib.git (m17n_init): Don't call mchar_init. --- diff --git a/src/m17n.c b/src/m17n.c index 348fdbd..c3d18e8 100644 --- a/src/m17n.c +++ b/src/m17n.c @@ -65,9 +65,6 @@ m17n_init (void) if (mcoding__load_from_database () < 0) goto err; MDEBUG_PRINT_TIME ("INIT", (stderr, " to load coding definitions.")); - if (mchar__init () < 0) - goto err; - MDEBUG_PRINT_TIME ("INIT", (stderr, " to initialize character module.")); if (mlang__init () < 0) goto err; MDEBUG_PRINT_TIME ("INIT", (stderr, " to initialize language module"));