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:
36cba31
)
(CHAR_COLUMNS): New macro.
author
tomo
<tomo>
Fri, 10 Sep 1999 10:42:21 +0000
(10:42 +0000)
committer
tomo
<tomo>
Fri, 10 Sep 1999 10:42:21 +0000
(10:42 +0000)
src/char-lb.h
patch
|
blob
|
history
diff --git
a/src/char-lb.h
b/src/char-lb.h
index
a9bbce9
..
01ec5d5
100644
(file)
--- a/
src/char-lb.h
+++ b/
src/char-lb.h
@@
-35,4
+35,6
@@
valid_char_p (Emchar ch)
return ((unsigned int) (ch) <= 0xff) || non_ascii_valid_char_p (ch);
}
+#define CHAR_COLUMNS(c) (XCHARSET_COLUMNS(CHAR_CHARSET(c)))
+
#endif /* _XEMACS_CHAR_LB_H */