diff options
| author | Kenichi Handa | 1997-05-10 03:37:01 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-05-10 03:37:01 +0000 |
| commit | 2db95897ddbd07ce5e62f1e13f4e5ed37ebf7e24 (patch) | |
| tree | 0cde746dbeeb42c8d474426bac2cd92baa754c5a /src/charset.h | |
| parent | bdd9fb4867851e75fd60a4fe0100dc719a09c049 (diff) | |
| download | emacs-2db95897ddbd07ce5e62f1e13f4e5ed37ebf7e24.tar.gz emacs-2db95897ddbd07ce5e62f1e13f4e5ed37ebf7e24.zip | |
(unify_char): Extern it.
Diffstat (limited to 'src/charset.h')
| -rw-r--r-- | src/charset.h | 2 |
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 | ||
| 658 | extern int unify_char (); | ||
| 659 | |||
| 658 | #endif /* _CHARSET_H */ | 660 | #endif /* _CHARSET_H */ |