(MIN_CHAR_GREEK): Comment out.
authortomo <tomo>
Tue, 8 Feb 2000 13:20:32 +0000 (13:20 +0000)
committertomo <tomo>
Tue, 8 Feb 2000 13:20:32 +0000 (13:20 +0000)
(MAX_CHAR_GREEK): Likewise.
(MIN_CHAR_CYRILLIC): Likewise.
(MAX_CHAR_CYRILLIC): Likewise.

src/char-ucs.h

index 8f68eb2..8417f75 100644 (file)
@@ -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