(map_over_uint8_byte_table): Cancel temporary hack.
authortomo <tomo>
Tue, 4 Sep 2001 10:32:30 +0000 (10:32 +0000)
committertomo <tomo>
Tue, 4 Sep 2001 10:32:30 +0000 (10:32 +0000)
commit6cda088458c6b796bd206222d4a44c6c403fbd48
tree30511fb4ca804cd28fbc3b3175679f5393edb782
parent117e2e94fe9d6c03f0163d66e624c0c6138e9aee
(map_over_uint8_byte_table): Cancel temporary hack.
(map_over_uint16_byte_table): Likewise.
(map_over_byte_table): Likewise.
(get_char_id_table): Refer `cit->default_value'.
(put_char_id_table): Support `CHARTAB_RANGE_DEFAULT'.
(map_char_id_table): Use `1 << 30' instead of `1 << 24' as number of
character-id ranges.
(mark_char_table): Mark `ct->default_value'.
(char_table_description): Add `default_value'.
(fill_char_table): Use `default_value'.
(decode_char_table_range): Decode `nil' as `CHARTAB_RANGE_DEFAULT'.
(get_char_id_table): Refer `cit->default_value'.
(put_char_id_table): Support `CHARTAB_RANGE_DEFAULT'.
(map_char_table): Support `CHARTAB_RANGE_DEFAULT'; cancel temporary
hack; check value of char-table is bound or not.
(slow_map_char_table_fun): Support `CHARTAB_RANGE_DEFAULT'.
src/chartab.c