From: MORIOKA Tomohiko Date: Sun, 21 Apr 2013 00:15:23 +0000 (+0900) Subject: (cos_Qcomposition): New variable. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2e34cb0dde08460c22b51a8ec354515d71fec083;p=chise%2Fconcord.git (cos_Qcomposition): New variable. (COS_NIL): New macro. (COS_T): New macro. (COS_COMPOSITION): New macro. --- diff --git a/cos.h b/cos.h index 7411009..475e355 100644 --- a/cos.h +++ b/cos.h @@ -75,6 +75,11 @@ COS_String cos_symbol_name (COS_Symbol symbol); extern COS_Symbol cos_Qnil; extern COS_Symbol cos_Qt; +extern COS_Symbol cos_Qcomposition; + +#define COS_NIL cos_Qnil +#define COS_T cos_Qt +#define COS_COMPOSITION cos_Qcomposition typedef struct COS_Cons_ent COS_Cons_ent;