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:
08c8186
)
(merror_code): Change type to `int'.
author
handa
<handa>
Tue, 21 Dec 2004 02:00:44 +0000
(
02:00
+0000)
committer
handa
<handa>
Tue, 21 Dec 2004 02:00:44 +0000
(
02:00
+0000)
src/m17n-core.c
patch
|
blob
|
history
diff --git
a/src/m17n-core.c
b/src/m17n-core.c
index
0e09e3a
..
9c645ba
100644
(file)
--- a/
src/m17n-core.c
+++ b/
src/m17n-core.c
@@
-915,7
+915,7
@@
m17n_object_unref (void *object)
¤³¤ÎÊÑ¿ô¤Î½é´üÃÍ¤Ï 0 ¤Ç¤¢¤ë¡£ */
-enum MErrorCode merror_code;
+int merror_code;
/*=*/