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:
f4c9c35
)
Fix previous change.
author
handa
<handa>
Tue, 4 Dec 2007 01:51:36 +0000
(
01:51
+0000)
committer
handa
<handa>
Tue, 4 Dec 2007 01:51:36 +0000
(
01:51
+0000)
src/m17n.h
patch
|
blob
|
history
diff --git
a/src/m17n.h
b/src/m17n.h
index
dd94200
..
4a117cd
100644
(file)
--- a/
src/m17n.h
+++ b/
src/m17n.h
@@
-39,7
+39,7
@@
extern void m17n_init (void);
#ifdef _M17N_FLT_H_
#define M17N_INIT() m17n_init_flt (1)
#else /* not _M17N_FLT_H_ */
-#define M17N_INIT() m17n_init (1)
+#define M17N_INIT() m17n_init ()
#endif /* not _M17N_FLT_H_ */
extern void m17n_fini (void);