From 1d11e8df02b71294523f4dc8f0db390e0497d587 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 16 Aug 2001 17:58:55 +0000 Subject: [PATCH] Include "char-ucs.h" if --with-utf-2000 is specified. (make_char_id_table): New prototype. (put_char_id_table): Likewise. (Fget_char_attribute): Likewise. --- src/chartab.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/chartab.h b/src/chartab.h index 14ed176..5a0eef1 100644 --- a/src/chartab.h +++ b/src/chartab.h @@ -27,6 +27,20 @@ Boston, MA 02111-1307, USA. */ #ifndef INCLUDED_chartab_h_ #define INCLUDED_chartab_h_ + +#ifdef UTF2000 + +#include "char-ucs.h" + +Lisp_Object make_char_id_table (Lisp_Object initval); + +void put_char_id_table (Emchar ch, Lisp_Object value, Lisp_Object table); + +EXFUN (Fget_char_attribute, 3); + +#endif + + /************************************************************************/ /* Char Tables */ /************************************************************************/ -- 1.7.10.4