=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/ca.h,v retrieving revision 1.73 retrieving revision 1.75 diff -u -p -r1.73 -r1.75 --- OpenXM_contrib2/asir2000/include/ca.h 2009/01/04 05:44:51 1.73 +++ OpenXM_contrib2/asir2000/include/ca.h 2009/02/05 08:37:02 1.75 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.72 2008/08/11 16:58:30 ohara Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.74 2009/01/05 01:47:30 noro Exp $ */ #include #include @@ -625,7 +625,7 @@ struct order_spec { int id; Obj obj; int nv; - int istop; + int ispot; /* 1 means Position over Term (Pos then Term) */ union { int simple; struct { @@ -1427,6 +1427,8 @@ LUM LUMALLOC(int, int); BM BMALLOC(int, int); Obj ToAlg(Num); UM *berlemain(register int, UM, UM *); +void Risa_GC_set_adj(int,int); +void Risa_GC_get_adj(int *,int *); void *Risa_GC_malloc(size_t); void *Risa_GC_malloc_atomic(size_t); void *Risa_GC_realloc(void *,size_t);