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:
b476939
)
(CHAR_ISOLATED_ONLY): New macro.
author
tomo
<tomo>
Tue, 31 May 2011 07:43:49 +0000
(07:43 +0000)
committer
tomo
<tomo>
Tue, 31 May 2011 07:43:49 +0000
(07:43 +0000)
(CHAR_ALL): New macro.
(CHAR_DEFINED_ONLY): New macro.
src/char-ucs.h
patch
|
blob
|
history
diff --git
a/src/char-ucs.h
b/src/char-ucs.h
index
dee81e7
..
24e4634
100644
(file)
--- a/
src/char-ucs.h
+++ b/
src/char-ucs.h
@@
-499,6
+499,10
@@
CHARSET_BY_ATTRIBUTES (int chars, int dimension, int final, int dir)
#define MAX_CHAR_HANZIKU_12 (0x62000000 + 65536 * 12 + 65535)
*/
+#define CHAR_ISOLATED_ONLY -1
+#define CHAR_ALL 0
+#define CHAR_DEFINED_ONLY 1
+
Emchar decode_builtin_char (Lisp_Object charset, int code_point);
INLINE_HEADER Lisp_Object