diff src/charset.h @ 111743:913b779aa4ee

Fix decoding of emacs-mule coding system.
author Kenichi Handa <handa@m17n.org>
date Thu, 25 Nov 2010 12:55:14 +0900
parents 1d1d5d9bd884
children 141d3f14d8c3 376148b31b5e
line wrap: on
line diff
--- a/src/charset.h	Wed Oct 20 09:46:21 2010 +0900
+++ b/src/charset.h	Thu Nov 25 12:55:14 2010 +0900
@@ -255,7 +255,7 @@
 extern Lisp_Object Viso_2022_charset_list;
 extern Lisp_Object Vemacs_mule_charset_list;
 
-extern struct charset *emacs_mule_charset[256];
+extern int emacs_mule_charset[256];
 
 extern Lisp_Object Vcurrent_iso639_language;
 
@@ -517,8 +517,6 @@
 #define EMACS_MULE_LEADING_CODE_PRIVATE_21	0x9C /* 2/2 */
 #define EMACS_MULE_LEADING_CODE_PRIVATE_22	0x9D /* 2/2 */
 
-extern struct charset *emacs_mule_charset[256];
-
 
 
 extern Lisp_Object Qcharsetp;