(stream_text_width): Use <const Charc *> instead of <const Emchar *>.
authortomo <tomo>
Fri, 9 Jun 2000 08:38:30 +0000 (08:38 +0000)
committertomo <tomo>
Fri, 9 Jun 2000 08:38:30 +0000 (08:38 +0000)
src/console-stream.c

index 33daa91..75d169a 100644 (file)
@@ -171,7 +171,7 @@ stream_init_frame_1 (struct frame *f, Lisp_Object props)
 \f
 static int
 stream_text_width (struct frame *f, struct face_cachel *cachel,
-                  const Emchar *str, Charcount len)
+                  const Charc *str, Charcount len)
 {
   return len;
 }