(enum lrecord_type): Add `lrecord_type_uint16_byte_table' and
authortomo <tomo>
Tue, 18 Jul 2000 10:38:07 +0000 (10:38 +0000)
committertomo <tomo>
Tue, 18 Jul 2000 10:38:07 +0000 (10:38 +0000)
`lrecord_type_uint8_byte_table'.

src/lrecord.h

index bee5101..cbb8517 100644 (file)
@@ -181,6 +181,8 @@ enum lrecord_type
   lrecord_type_char_table_entry,
   lrecord_type_char_id_table,
   lrecord_type_byte_table,
+  lrecord_type_uint16_byte_table,
+  lrecord_type_uint8_byte_table,
   lrecord_type_range_table,
   lrecord_type_opaque,
   lrecord_type_opaque_ptr,