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:
18fcfd3
)
(merror_code): Adjust type.
author
handa
<handa>
Tue, 21 Dec 2004 02:00:10 +0000
(
02:00
+0000)
committer
handa
<handa>
Tue, 21 Dec 2004 02:00:10 +0000
(
02:00
+0000)
src/m17n-misc.h
patch
|
blob
|
history
diff --git
a/src/m17n-misc.h
b/src/m17n-misc.h
index
e848a23
..
c95360f
100644
(file)
--- a/
src/m17n-misc.h
+++ b/
src/m17n-misc.h
@@
-93,7
+93,7
@@
enum MErrorCode
/*=*/
-extern enum MErrorCode merror_code;
+extern int merror_code;
extern void (*m17n_memory_full_handler) (enum MErrorCode err);