(CHISE_Attribute_Table): Deleted.
authortomo <tomo>
Sun, 17 Aug 2003 17:16:47 +0000 (17:16 +0000)
committertomo <tomo>
Sun, 17 Aug 2003 17:16:47 +0000 (17:16 +0000)
(CHISE_Decoding_Table): Use <struct CHISE_Decoding_Table> instead of
<CHISE_Attribute_Table>.
(CHISE_Feature_Table): Use <struct CHISE_Feature_Table> instead of
<CHISE_Attribute_Table>.

chise.h

diff --git a/chise.h b/chise.h
index 4061264..7657a4e 100644 (file)
--- a/chise.h
+++ b/chise.h
@@ -41,14 +41,7 @@ chise_value_to_c_string (const CHISE_Value *s)
 }
 
 
-typedef struct CHISE_Attribute_Table
-{
-  CHISE_DS *ds;
-  DB *db;
-} CHISE_Attribute_Table;
-
-
-typedef CHISE_Attribute_Table CHISE_Decoding_Table;
+typedef struct CHISE_Decoding_Table CHISE_Decoding_Table;
 
 CHISE_Decoding_Table*
 chise_ds_open_decoding_table (CHISE_DS *ds, const char *ccs,
@@ -63,7 +56,7 @@ int chise_dt_put_char (CHISE_Decoding_Table *table,
                       int code_point, CHISE_Char_ID cid);
 
 
-typedef CHISE_Attribute_Table CHISE_Feature_Table;
+typedef struct CHISE_Feature_Table CHISE_Feature_Table;
 
 CHISE_Feature_Table*
 chise_ds_open_feature_table (CHISE_DS *ds, const char *feature,