(cos_release_symbol): Treat `composition' as a builtin symbol.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Sun, 21 Apr 2013 07:44:52 +0000 (16:44 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Sun, 21 Apr 2013 07:44:52 +0000 (16:44 +0900)
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)