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:
b22f9fc
)
(merror_code): Extern it.
author
handa
<handa>
Tue, 4 Dec 2007 11:33:39 +0000
(11:33 +0000)
committer
handa
<handa>
Tue, 4 Dec 2007 11:33:39 +0000
(11:33 +0000)
src/m17n-core.h
patch
|
blob
|
history
diff --git
a/src/m17n-core.h
b/src/m17n-core.h
index
2d8a1de
..
76d90d5
100644
(file)
--- a/
src/m17n-core.h
+++ b/
src/m17n-core.h
@@
-55,6
+55,8
@@
extern void m17n_init_core (void);
extern void m17n_fini_core (void);
#define M17N_FINI() m17n_fini_core ()
+extern int merror_code;
+
#endif
/*=*/