projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a427521
)
(stream_text_width): Use <const Charc *> instead of <const Emchar *>.
author
tomo
<tomo>
Fri, 9 Jun 2000 08:38:30 +0000
(08:38 +0000)
committer
tomo
<tomo>
Fri, 9 Jun 2000 08:38:30 +0000
(08:38 +0000)
src/console-stream.c
patch
|
blob
|
history
diff --git
a/src/console-stream.c
b/src/console-stream.c
index
33daa91
..
75d169a
100644
(file)
--- a/
src/console-stream.c
+++ b/
src/console-stream.c
@@
-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;
}