aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2002-05-30 11:03:06 +0000
committerKenichi Handa2002-05-30 11:03:06 +0000
commite73576a3f363fed886a0c113939b52ddd206705c (patch)
treefaf58a0e24f4028c5c58973815db9f407da09432 /src
parentbf16eb23a04f3b06eee651b7ccc64e34cf894e6b (diff)
downloademacs-e73576a3f363fed886a0c113939b52ddd206705c.tar.gz
emacs-e73576a3f363fed886a0c113939b52ddd206705c.zip
(charset_jisx0201_roman, charset_jisx0208_1978,
charset_jisx0208): Extern them.
Diffstat (limited to 'src')
-rw-r--r--src/charset.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/charset.h b/src/charset.h
index 051dbcb7142..727246574ea 100644
--- a/src/charset.h
+++ b/src/charset.h
@@ -465,6 +465,9 @@ extern Lisp_Object Qascii, Qunicode;
465extern int charset_ascii, charset_8_bit_control, charset_8_bit_graphic; 465extern int charset_ascii, charset_8_bit_control, charset_8_bit_graphic;
466extern int charset_iso_8859_1; 466extern int charset_iso_8859_1;
467extern int charset_primary; 467extern int charset_primary;
468extern int charset_jisx0201_roman;
469extern int charset_jisx0208_1978;
470extern int charset_jisx0208;
468 471
469extern struct charset *char_charset P_ ((int, Lisp_Object, unsigned *)); 472extern struct charset *char_charset P_ ((int, Lisp_Object, unsigned *));
470extern Lisp_Object charset_attributes P_ ((int)); 473extern Lisp_Object charset_attributes P_ ((int));