projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fa65bf
)
(m17n_init): Don't call mchar_init.
author
handa
<handa>
Mon, 29 Oct 2007 02:12:29 +0000
(
02:12
+0000)
committer
handa
<handa>
Mon, 29 Oct 2007 02:12:29 +0000
(
02:12
+0000)
src/m17n.c
patch
|
blob
|
history
diff --git
a/src/m17n.c
b/src/m17n.c
index
348fdbd
..
c3d18e8
100644
(file)
--- 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"));