From c0cf7ffd60d3c82314a8e10f2f98dd32ca41a32c Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 7 Jun 2000 09:30:57 +0000 Subject: [PATCH] (Charset_ID): New type. --- src/lisp.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lisp.h b/src/lisp.h index 9ec0b10..9ed5dcc 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -285,6 +285,11 @@ typedef unsigned char Bufbyte; typedef unsigned char Extbyte; +/* ID of coded-charset; legacy Mule has only 128 charsets, but there + are no limitation about number of coded-charsets in UTF-2000 or + Unicode based implementation. */ +typedef unsigned char Charset_ID; + /* To the user, a buffer is made up of characters, declared as follows. In the non-Mule world, characters and Bufbytes are equivalent. In the Mule world, a character requires (typically) 1 to 4 -- 1.7.10.4