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:
b80edfb
)
(GC_CHARSETP): Deleted.
author
tomo
<tomo>
Thu, 19 Dec 2002 20:08:27 +0000
(20:08 +0000)
committer
tomo
<tomo>
Thu, 19 Dec 2002 20:08:27 +0000
(20:08 +0000)
src/char-ucs.h
patch
|
blob
|
history
diff --git
a/src/char-ucs.h
b/src/char-ucs.h
index
ee60def
..
23be4cc
100644
(file)
--- a/
src/char-ucs.h
+++ b/
src/char-ucs.h
@@
-317,7
+317,6
@@
DECLARE_LRECORD (charset, Lisp_Charset);
#define XCHARSET(x) XRECORD (x, charset, Lisp_Charset)
#define XSETCHARSET(x, p) XSETRECORD (x, p, charset)
#define CHARSETP(x) RECORDP (x, charset)
-#define GC_CHARSETP(x) GC_RECORDP (x, charset)
#define CHECK_CHARSET(x) CHECK_RECORD (x, charset)
#define CONCHECK_CHARSET(x) CONCHECK_RECORD (x, charset)