(merror_code): Adjust type.
authorhanda <handa>
Tue, 21 Dec 2004 02:00:10 +0000 (02:00 +0000)
committerhanda <handa>
Tue, 21 Dec 2004 02:00:10 +0000 (02:00 +0000)
src/m17n-misc.h

index e848a23..c95360f 100644 (file)
@@ -93,7 +93,7 @@ enum MErrorCode
 
 /*=*/
 
-extern enum MErrorCode merror_code;
+extern int merror_code;
 
 extern void (*m17n_memory_full_handler) (enum MErrorCode err);