From 2db95897ddbd07ce5e62f1e13f4e5ed37ebf7e24 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 10 May 1997 03:37:01 +0000 Subject: [PATCH] (unify_char): Extern it. --- src/charset.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.39.5