(split_builtin_char): Use `MAX_CHAR_BMP'.
authortomo <tomo>
Tue, 11 Jan 2000 05:53:11 +0000 (05:53 +0000)
committertomo <tomo>
Tue, 11 Jan 2000 05:53:11 +0000 (05:53 +0000)
src/mule-charset.c

index 6a87dc0..10caa5a 100644 (file)
@@ -1503,7 +1503,7 @@ range_charset_code_point (Lisp_Object charset, Emchar ch)
 Lisp_Object
 split_builtin_char (Emchar c)
 {
-  if (c < MIN_CHAR_OBS_94x94)
+  if (c <= MAX_CHAR_BMP)
     {
       if (c <= MAX_CHAR_BASIC_LATIN)
        {