(default_chise_data_source): New variable when `CHISE' is defined.
authortomo <tomo>
Sun, 17 Aug 2003 19:10:59 +0000 (19:10 +0000)
committertomo <tomo>
Sun, 17 Aug 2003 19:10:59 +0000 (19:10 +0000)
commit90f178ba58994664810562e251396c944741e760
tree9748f3a0c94f37d77ffdb46f0696c21527a9f9ae
parent42a486f042b45361a25748a15dee88970d4a16fe
(default_chise_data_source): New variable when `CHISE' is defined.
(Fcopy_char_table): `ct->ds' is deleted.
(open_chise_data_source_maybe): New function.
(Fclose_char_data_source): New function.
(char_table_open_db_maybe): Use `open_chise_data_source_maybe'; use
`chise_ds_open_feature_table' instead of `chise_open_feature_table'.
(char_table_close_db_maybe): Use `chise_ft_close' instead of
`chise_close_feature_table'; `cit->ds' is deleted.
(syms_of_chartab): Add new builtin function `close-char-data-source'
when `HAVE_CHISE_CLIENT' is defined.
src/chartab.c