From: Kenichi Handa Date: Sat, 10 May 1997 03:37:01 +0000 (+0000) Subject: (unify_char): Extern it. X-Git-Tag: emacs-20.1~2219 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2db95897ddbd07ce5e62f1e13f4e5ed37ebf7e24;p=emacs.git (unify_char): Extern it. --- diff --git a/src/charset.h b/src/charset.h index ec61e378dc9..d315dd6fa8f 100644 --- a/src/charset.h +++ b/src/charset.h @@ -655,4 +655,6 @@ extern int n_cmpchars; /* Maximum character code currently used. */ #define MAX_CHAR (MIN_CHAR_COMPOSITION + n_cmpchars) +extern int unify_char (); + #endif /* _CHARSET_H */