X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=blobdiff_plain;f=cos.h;h=475e355ddc4d413ded272fb1056c20e367f26fed;hp=741100930d36f98725c0a8b4e392f5250b5df726;hb=e99e93e4773c5f3472b088db2659f7a848cbcc21;hpb=68c5464c57eb527358ed1a9933525023f6909fc3 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;