]> code.delx.au - gnu-emacs/commitdiff
(struct coding_system): Member safe_charset deleted.
authorKenichi Handa <handa@m17n.org>
Thu, 27 Jul 2000 05:46:12 +0000 (05:46 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 27 Jul 2000 05:46:12 +0000 (05:46 +0000)
src/coding.h

index 7dd39ee25dd4311361270e54d157549ac52e033f..4692e1ddc71563d81076ee5a2e66a7f1e2baf553 100644 (file)
@@ -361,12 +361,6 @@ struct coding_system
      CODING_MODE_XXX.  */
   unsigned int mode;
 
-  /* Table of safe character sets for this coding system.  If the Nth
-     element is 0, the charset of ID N is not a safe character set.
-     Such a character set is not encoded when CODING_ISO_FLAG_SAFE is
-     set.  */
-  unsigned char safe_charsets[MAX_CHARSET + 1];
-
   /* The current status of composition handling.  */
   int composing;