(char_table_open_db_maybe): Defined even if `CHISE' is not defined;
authortomo <tomo>
Sun, 10 Aug 2003 17:13:36 +0000 (17:13 +0000)
committertomo <tomo>
Sun, 10 Aug 2003 17:13:36 +0000 (17:13 +0000)
commit7674f7a72cbae0538aa90c812a1d8e1109ba6bcc
tree3f44a3f849838777d9b8b2d3318ab8b0f9a7b601
parentcae597cd45638472a669130430426e9db726accf
(char_table_open_db_maybe): Defined even if `CHISE' is not defined;
add code for non-libchise setting.
(char_table_close_db_maybe): Likewise.
(char_table_get_db): New function when `HAVE_CHISE_CLIENT' is defined.
(Fclose_char_attribute_table): Use `char_table_close_db_maybe' even if
`CHISE' is not defined.
(Freset_char_attribute_table): Likewise.
(load_char_attribute_maybe): Use `char_table_open_db_maybe' and
`char_table_close_db_maybe' even if `CHISE' is not defined; use
`char_table_get_db'.
(Fload_char_attribute_table): Use `char_table_open_db_maybe' and
`char_table_close_db_maybe' even if `CHISE' is not defined.
src/chartab.c