From: handa Date: Tue, 21 Dec 2004 02:00:10 +0000 (+0000) Subject: (merror_code): Adjust type. X-Git-Tag: REL-1-2-0~43 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=08c8186482b52ab1f0e63f06938ff8264a0b6ff3;p=m17n%2Fm17n-lib.git (merror_code): Adjust type. --- diff --git a/src/m17n-misc.h b/src/m17n-misc.h index e848a23..c95360f 100644 --- 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);