Include "char-ucs.h" if --with-utf-2000 is specified.
authortomo <tomo>
Thu, 16 Aug 2001 17:58:55 +0000 (17:58 +0000)
committertomo <tomo>
Thu, 16 Aug 2001 17:58:55 +0000 (17:58 +0000)
(make_char_id_table): New prototype.
(put_char_id_table): Likewise.
(Fget_char_attribute): Likewise.

src/chartab.h

index 14ed176..5a0eef1 100644 (file)
@@ -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                            */
 /************************************************************************/