1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00

(unify_char): Extern it.

This commit is contained in:
Kenichi Handa 1997-05-10 03:37:01 +00:00
parent bdd9fb4867
commit 2db95897dd

View file

@ -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 */