From: MORIOKA Tomohiko Date: Tue, 16 Apr 2013 08:42:53 +0000 (+0900) Subject: Include . X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=commitdiff_plain;h=2f9217da73c78a820f14a83cf25caf7eac790f3a Include . (cos_Qnil): New variable. (cos_Qt): New variable. (cos_print_object): New prototype. --- diff --git a/cos.h b/cos.h index 42ff7a2..17f7b34 100644 --- a/cos.h +++ b/cos.h @@ -28,6 +28,9 @@ extern "C" { } #endif +#include + + typedef void* COS_object; typedef struct COS_Object_ent COS_Object_ent; @@ -68,6 +71,9 @@ COS_Symbol cos_intern (COS_object name); COS_String cos_symbol_name (COS_Symbol symbol); +extern COS_Symbol cos_Qnil; +extern COS_Symbol cos_Qt; + typedef struct COS_Cons_ent COS_Cons_ent; typedef struct COS_Cons_ent* COS_Cons; @@ -88,6 +94,9 @@ typedef struct COS_Sexp_ent* COS_Sexp; typedef struct COS_Binary_ent COS_Binary_ent; typedef struct COS_Binary_ent* COS_Binary; + +void cos_print_object (COS_object obj); + #if 0 { #endif