diff options
| author | Andreas Schwab | 1998-12-03 09:22:52 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-12-03 09:22:52 +0000 |
| commit | c2d1e590cf148e1da87a0815f7023ed3bc9ba122 (patch) | |
| tree | 56f53d2a449ca955d391b46d9e02d403868f89a5 | |
| parent | a0b9c8385f11a3ef1d6b669347f19cf7ec6f81e0 (diff) | |
| download | emacs-c2d1e590cf148e1da87a0815f7023ed3bc9ba122.tar.gz emacs-c2d1e590cf148e1da87a0815f7023ed3bc9ba122.zip | |
Declare char_valid_p.
| -rw-r--r-- | src/charset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charset.h b/src/charset.h index 710291a77fc..a207cfba35a 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -817,6 +817,7 @@ extern int find_charset_in_str P_ ((unsigned char *, int, int *, | |||
| 817 | Lisp_Object, int)); | 817 | Lisp_Object, int)); |
| 818 | extern int strwidth P_ ((unsigned char *, int)); | 818 | extern int strwidth P_ ((unsigned char *, int)); |
| 819 | extern int char_bytes P_ ((int)); | 819 | extern int char_bytes P_ ((int)); |
| 820 | extern int char_valid_p P_ ((int, int)); | ||
| 820 | 821 | ||
| 821 | extern Lisp_Object Vtranslation_table_vector; | 822 | extern Lisp_Object Vtranslation_table_vector; |
| 822 | 823 | ||