projects
/
chise
/
concord.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ee0d66
)
(cos_release_symbol): Treat `composition' as a builtin symbol.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Sun, 21 Apr 2013 07:44:52 +0000
(16:44 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Sun, 21 Apr 2013 07:44:52 +0000
(16:44 +0900)
symbol.c
patch
|
blob
|
history
diff --git
a/symbol.c
b/symbol.c
index
2ff8819
..
96d1fee
100644
(file)
--- a/
symbol.c
+++ b/
symbol.c
@@
-98,7
+98,8
@@
cos_release_symbol (COS_Object obj)
if (obj == NULL)
return 0;
- if ( (obj == cos_Qnil) || (obj == cos_Qt) )
+ if ( (obj == cos_Qnil) || (obj == cos_Qt) ||
+ (obj == cos_Qcomposition) )
return 0;
if ( ((COS_Symbol)obj)->value != NULL)