From: tomo Date: Tue, 8 Feb 2000 13:20:32 +0000 (+0000) Subject: (MIN_CHAR_GREEK): Comment out. X-Git-Tag: r21-2-27-utf-2000-0_15-0~175 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19a38a18b2df73f7d33c67057c920b9e422d975c;p=chise%2Fxemacs-chise.git- (MIN_CHAR_GREEK): Comment out. (MAX_CHAR_GREEK): Likewise. (MIN_CHAR_CYRILLIC): Likewise. (MAX_CHAR_CYRILLIC): Likewise. --- diff --git a/src/char-ucs.h b/src/char-ucs.h index 8f68eb2..8417f75 100644 --- a/src/char-ucs.h +++ b/src/char-ucs.h @@ -394,11 +394,13 @@ CHARSET_BY_LEADING_BYTE (Charset_ID lb) #define MAX_CHAR_BASIC_LATIN 0x007F +/* #define MIN_CHAR_GREEK 0x0370 #define MAX_CHAR_GREEK 0x03CF #define MIN_CHAR_CYRILLIC 0x0400 #define MAX_CHAR_CYRILLIC 0x045F +*/ #define MIN_CHAR_HEBREW 0x0590 #define MAX_CHAR_HEBREW 0x05EF