X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmule-charset.h;h=f098fff605776f27d403c95f8516260d905787e5;hb=59eec5f21669e81977b5b1fe9bf717cab49cf7fb;hp=2e3f7a80123ebbc3ce22b0e1656e5737137b6d87;hpb=2fd9701a4f902054649dde9143a3f77809afee8f;p=chise%2Fxemacs-chise.git diff --git a/src/mule-charset.h b/src/mule-charset.h index 2e3f7a8..f098fff 100644 --- a/src/mule-charset.h +++ b/src/mule-charset.h @@ -557,13 +557,15 @@ struct charset_lookup { /* Table of charsets indexed by type/final-byte/direction. */ Lisp_Object charset_by_attributes[4][128][2]; + Bufbyte next_allocated_1_byte_leading_byte; + Bufbyte next_allocated_2_byte_leading_byte; }; extern struct charset_lookup *chlook; #ifdef ERROR_CHECK_TYPECHECK /* int not Bufbyte even though that is the actual type of a leading byte. - This way, out-ot-range values will get caught rather than automatically + This way, out-of-range values will get caught rather than automatically truncated. */ INLINE_HEADER Lisp_Object CHARSET_BY_LEADING_BYTE (int lb); INLINE_HEADER Lisp_Object