]> code.delx.au - gnu-emacs/commitdiff
(struct coding_system): New members
authorKenichi Handa <handa@m17n.org>
Wed, 2 Jul 1997 12:53:53 +0000 (12:53 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 2 Jul 1997 12:53:53 +0000 (12:53 +0000)
character_unification_table_for_decode and
character_unification_table_for_encode.

src/coding.h

index b40a780d39a8867a63ca34db1a9fd9e473318674..00371e1fe633622a01a6c060779895b3e860a9cf 100644 (file)
@@ -295,8 +295,9 @@ struct coding_system
      additional conversion. */
   Lisp_Object pre_write_conversion;
 
-  /* Character unification table to look up, or nil.  */
-  Lisp_Object character_unification_table;
+  /* Character unification tables to look up, or nil.  */
+  Lisp_Object character_unification_table_for_decode;
+  Lisp_Object character_unification_table_for_encode;
 
   /* Carryover yielded by decoding/encoding incomplete source.  No
      coding-system yields more than 7-byte of carryover.  This does