diff options
author | Kenichi Handa <handa@m17n.org> | 2009-04-16 01:05:10 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2009-04-16 01:05:10 +0000 |
commit | 3c908a57745e4f60f226ee7ccf55062a33854ded (patch) | |
tree | d068dad658253b3f7d7a455e9031bc97ef358752 /src/charset.h | |
parent | d32320c43de511275b5164696fb80867710fc2b8 (diff) | |
download | emacs-3c908a57745e4f60f226ee7ccf55062a33854ded.tar.gz |
(charset_ksc5601): Extern it.
Diffstat (limited to 'src/charset.h')
-rw-r--r-- | src/charset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charset.h b/src/charset.h index dee51d8b1e4..857dc657dac 100644 --- a/src/charset.h +++ b/src/charset.h @@ -530,6 +530,7 @@ extern int charset_unicode; extern int charset_jisx0201_roman; extern int charset_jisx0208_1978; extern int charset_jisx0208; +extern int charset_ksc5601; extern int charset_unibyte; |