(default_chise_data_source): New extern variable.
authortomo <tomo>
Sun, 17 Aug 2003 19:01:39 +0000 (19:01 +0000)
committertomo <tomo>
Sun, 17 Aug 2003 19:01:39 +0000 (19:01 +0000)
(open_chise_data_source_maybe): New prototype.
(struct Lisp_Char_Table): Delete `ds'.

src/chartab.h

index 4cdc49c..f9dcc6d 100644 (file)
@@ -48,6 +48,11 @@ EXFUN (Ffind_char, 1);
 
 extern Lisp_Object Qdowncase, Qflippedcase, Q_lowercase, Q_uppercase;
 
+#ifdef CHISE
+extern CHISE_DS *default_chise_data_source;
+
+int open_chise_data_source_maybe (void);
+#endif
 
 /************************************************************************/
 /*                         Char-ID Tables                              */
@@ -175,7 +180,6 @@ struct Lisp_Char_Table
   Lisp_Object default_value;
   Lisp_Object name;
 #ifdef CHISE
-  CHISE_DS ds;
   CHISE_Feature_Table *feature_table;
 #else
   Lisp_Object db;