aboutsummaryrefslogtreecommitdiffstats
path: root/src/charset.h
diff options
context:
space:
mode:
authorKenichi Handa1997-05-10 03:37:01 +0000
committerKenichi Handa1997-05-10 03:37:01 +0000
commit2db95897ddbd07ce5e62f1e13f4e5ed37ebf7e24 (patch)
tree0cde746dbeeb42c8d474426bac2cd92baa754c5a /src/charset.h
parentbdd9fb4867851e75fd60a4fe0100dc719a09c049 (diff)
downloademacs-2db95897ddbd07ce5e62f1e13f4e5ed37ebf7e24.tar.gz
emacs-2db95897ddbd07ce5e62f1e13f4e5ed37ebf7e24.zip
(unify_char): Extern it.
Diffstat (limited to 'src/charset.h')
-rw-r--r--src/charset.h2
1 files changed, 2 insertions, 0 deletions
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;
655/* Maximum character code currently used. */ 655/* Maximum character code currently used. */
656#define MAX_CHAR (MIN_CHAR_COMPOSITION + n_cmpchars) 656#define MAX_CHAR (MIN_CHAR_COMPOSITION + n_cmpchars)
657 657
658extern int unify_char ();
659
658#endif /* _CHARSET_H */ 660#endif /* _CHARSET_H */