update.
[chise/xemacs-chise.git.1] / src / chartab.h
index 4a49b0c..db90d47 100644 (file)
@@ -1,7 +1,7 @@
 /* Declarations having to do with Mule char tables.
    Copyright (C) 1992 Free Software Foundation, Inc.
    Copyright (C) 1995 Sun Microsystems, Inc.
-   Copyright (C) 1999,2000,2001,2002,2003 MORIOKA Tomohiko
+   Copyright (C) 1999,2000,2001,2002,2003,2004,2006 MORIOKA Tomohiko
 
 This file is part of XEmacs.
 
@@ -40,10 +40,12 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 EXFUN (Fmake_char, 3);
-EXFUN (Fdecode_char, 3);
+EXFUN (Fdecode_char, 4);
 
 EXFUN (Fput_char_attribute, 3);
 
+EXFUN (Fdefine_char, 1);
+
 EXFUN (Ffind_char, 1);
 
 extern Lisp_Object Qdowncase, Qflippedcase, Q_lowercase, Q_uppercase;
@@ -54,6 +56,13 @@ extern CHISE_DS *default_chise_data_source;
 int open_chise_data_source_maybe (void);
 #endif
 
+#if defined(UTF2000) || defined(HAVE_CONCORD)
+extern Lisp_Object Q_denotational;
+extern Lisp_Object Q_denotational_from;
+extern Lisp_Object Q_subsumptive;
+extern Lisp_Object Q_subsumptive_from;
+#endif
+
 /************************************************************************/
 /*                         Char-ID Tables                              */
 /************************************************************************/
@@ -425,6 +434,7 @@ put_char_id_table (Lisp_Char_Table* table,
 
 
 EXFUN (Fget_char_attribute, 3);
+EXFUN (Fchar_feature, 5);
 
 #endif
 \f