(leading_code_private_11): New variable.
authortomo <tomo>
Fri, 27 Aug 1999 09:33:25 +0000 (09:33 +0000)
committertomo <tomo>
Fri, 27 Aug 1999 09:33:25 +0000 (09:33 +0000)
(vars_of_mule_charset): Add new variables `leading-code-private-11'.

src/mule-charset.c

index 3bb0967..6dcbe1a 100644 (file)
@@ -106,6 +106,8 @@ Bytecount rep_bytes_by_first_byte[0xA0] =
   3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4
 };
 
+int leading_code_private_11;
+
 Lisp_Object Qcharsetp;
 
 /* Qdoc_string, Qdimension, Qchars defined in general.c */
@@ -1306,6 +1308,12 @@ vars_of_mule_charset (void)
 
   next_allocated_1_byte_leading_byte = MIN_LEADING_BYTE_PRIVATE_1;
   next_allocated_2_byte_leading_byte = MIN_LEADING_BYTE_PRIVATE_2;
+
+  leading_code_private_11 = PRE_LEADING_BYTE_PRIVATE_1;
+  DEFVAR_INT ("leading-code-private-11", &leading_code_private_11 /*
+Leading-code of private TYPE9N charset of column-width 1.
+*/ );
+  leading_code_private_11 = PRE_LEADING_BYTE_PRIVATE_1;
 }
 
 void