(struct charset_lookup): Use `NUM_LEADING_BYTES' for
authortomo <tomo>
Wed, 7 Jun 2000 10:28:01 +0000 (10:28 +0000)
committertomo <tomo>
Wed, 7 Jun 2000 10:28:01 +0000 (10:28 +0000)
`charset_by_leading_byte'.

src/mule-charset.h

index 774a87f..061fcfb 100644 (file)
@@ -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];