projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6743c9
)
(struct Lisp_Char_Table): Delete `mirror_table' in XEmacs UTF-2000.
author
tomo
<tomo>
Wed, 5 Sep 2001 09:28:11 +0000
(09:28 +0000)
committer
tomo
<tomo>
Wed, 5 Sep 2001 09:28:11 +0000
(09:28 +0000)
src/chartab.h
patch
|
blob
|
history
diff --git
a/src/chartab.h
b/src/chartab.h
index
40a135f
..
444d41a
100644
(file)
--- a/
src/chartab.h
+++ b/
src/chartab.h
@@
-191,8
+191,10
@@
struct Lisp_Char_Table
enum char_table_type type;
+#ifndef UTF2000
/* stuff used for syntax tables */
Lisp_Object mirror_table;
+#endif
Lisp_Object next_table; /* DO NOT mark through this. */
};
typedef struct Lisp_Char_Table Lisp_Char_Table;