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:
8d340d6
)
(struct Lisp_Char_Table): Delete member `feature_table' if CHISE is
author
tomo
<tomo>
Fri, 3 Oct 2003 15:37:16 +0000
(15:37 +0000)
committer
tomo
<tomo>
Fri, 3 Oct 2003 15:37:16 +0000
(15:37 +0000)
defined.
src/chartab.h
patch
|
blob
|
history
diff --git
a/src/chartab.h
b/src/chartab.h
index
f9dcc6d
..
bc97987
100644
(file)
--- a/
src/chartab.h
+++ b/
src/chartab.h
@@
-179,9
+179,7
@@
struct Lisp_Char_Table
Lisp_Object table;
Lisp_Object default_value;
Lisp_Object name;
-#ifdef CHISE
- CHISE_Feature_Table *feature_table;
-#else
+#ifndef CHISE
Lisp_Object db;
#endif
unsigned char unloaded;