From 2e34cb0dde08460c22b51a8ec354515d71fec083 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sun, 21 Apr 2013 09:15:23 +0900 Subject: [PATCH] (cos_Qcomposition): New variable. (COS_NIL): New macro. (COS_T): New macro. (COS_COMPOSITION): New macro. --- cos.h | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 1.7.10.4