From: tomo Date: Wed, 7 Jun 2000 10:28:01 +0000 (+0000) Subject: (struct charset_lookup): Use `NUM_LEADING_BYTES' for X-Git-Tag: r21-2-34-tomo-Charset_ID~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2fb7ef053a26a9bad0c68ec8451c3321b8639c8f;p=chise%2Fxemacs-chise.git.1 (struct charset_lookup): Use `NUM_LEADING_BYTES' for `charset_by_leading_byte'. --- diff --git a/src/mule-charset.h b/src/mule-charset.h index 774a87f..061fcfb 100644 --- a/src/mule-charset.h +++ b/src/mule-charset.h @@ -553,7 +553,7 @@ DECLARE_LRECORD (charset, Lisp_Charset); struct charset_lookup { /* Table of charsets indexed by leading byte. */ - Lisp_Object charset_by_leading_byte[128]; + Lisp_Object charset_by_leading_byte[NUM_LEADING_BYTES]; /* Table of charsets indexed by type/final-byte/direction. */ Lisp_Object charset_by_attributes[4][128][2];