Mercurial > hg > xemacs-beta
comparison src/mule-charset.h @ 406:b8cc9ab3f761 r21-2-33
Import from CVS: tag r21-2-33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:17:09 +0200 |
parents | 2f8bb876ab1d |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
405:0e08f63c74d2 | 406:b8cc9ab3f761 |
---|---|
555 /* Table of charsets indexed by leading byte. */ | 555 /* Table of charsets indexed by leading byte. */ |
556 Lisp_Object charset_by_leading_byte[128]; | 556 Lisp_Object charset_by_leading_byte[128]; |
557 | 557 |
558 /* Table of charsets indexed by type/final-byte/direction. */ | 558 /* Table of charsets indexed by type/final-byte/direction. */ |
559 Lisp_Object charset_by_attributes[4][128][2]; | 559 Lisp_Object charset_by_attributes[4][128][2]; |
560 Bufbyte next_allocated_1_byte_leading_byte; | |
561 Bufbyte next_allocated_2_byte_leading_byte; | |
560 }; | 562 }; |
561 | 563 |
562 extern struct charset_lookup *chlook; | 564 extern struct charset_lookup *chlook; |
563 | 565 |
564 #ifdef ERROR_CHECK_TYPECHECK | 566 #ifdef ERROR_CHECK_TYPECHECK |