Don't include <chise.h> because it is included in chartab.h.
authortomo <tomo>
Sun, 10 Aug 2003 03:49:29 +0000 (03:49 +0000)
committertomo <tomo>
Sun, 10 Aug 2003 03:49:29 +0000 (03:49 +0000)
commit97b39e07b959ed83dc854753022a061ae2ac7238
tree0d81d91a9f526f1bc3af0cc789e6d675208f377d
parent14acc6bbad16535c89859722cf74af08f7786c39
Don't include <chise.h> because it is included in chartab.h.
(Fmake_char_table): Initialize `ct->feature_table' when `CHISE' is
defined.
(Fcopy_char_table): Copy `ct->ds' and `ct->feature_table' when `CHISE'
is defined.
(Fmount_char_attribute_table): Initialize `ct->feature_table' when
`CHISE' is defined.
(Fclose_char_attribute_table): Close `ct->feature_table' and `ct->ds'
when `CHISE' is defined.
(Freset_char_attribute_table): Likewise.
(load_char_attribute_maybe): Use `cit->ds' and `cit->feature_table'
when `CHISE' is defined.
(Fload_char_attribute_table): Likewise.
src/chartab.c