(U+6215): Apply new conventions for glyph granularity.
[chise/xemacs-chise.git.1] / src / faces.c
index 551415e..f3c499e 100644 (file)
@@ -322,7 +322,7 @@ face_validate (Lisp_Object data, Error_behavior errb)
       if (EQ (keyw, Qname))
        name_seen = 1;
       else
-       abort ();
+       ABORT ();
     }
 
   if (!name_seen)
@@ -1107,7 +1107,7 @@ ensure_face_cachel_contains_charset (struct face_cachel *cachel,
 
 void
 ensure_face_cachel_complete (struct face_cachel *cachel,
-                            Lisp_Object domain, unsigned char *charsets)
+                            Lisp_Object domain, Charset_ID *charsets)
 {
   int i;
 
@@ -1122,7 +1122,7 @@ ensure_face_cachel_complete (struct face_cachel *cachel,
 
 void
 face_cachel_charset_font_metric_info (struct face_cachel *cachel,
-                                     unsigned char *charsets,
+                                     Charset_ID *charsets,
                                      struct font_metric_info *fm)
 {
   int i;