=================================================================== RCS file: /home/cvs/OpenXM/src/ox_toolkit/mathcap.c,v retrieving revision 1.9 retrieving revision 1.11 diff -u -p -r1.9 -r1.11 --- OpenXM/src/ox_toolkit/mathcap.c 2003/06/02 10:25:56 1.9 +++ OpenXM/src/ox_toolkit/mathcap.c 2005/03/04 06:29:46 1.11 @@ -1,5 +1,5 @@ /* -*- mode: C; coding: euc-japan -*- */ -/* $OpenXM: OpenXM/src/ox_toolkit/mathcap.c,v 1.8 2003/05/19 06:57:38 ohara Exp $ */ +/* $OpenXM: OpenXM/src/ox_toolkit/mathcap.c,v 1.10 2003/09/15 09:31:41 ohara Exp $ */ /* This module includes functions for handling mathcap databases. */ @@ -39,6 +39,8 @@ static int cmotbl_a[] = { CMO_LIST, CMO_MONOMIAL32, CMO_ZZ, + CMO_QQ, + CMO_IEEE_DOUBLE_FLOAT, CMO_ZERO, CMO_DMS_GENERIC, CMO_RING_BY_NAME, @@ -279,7 +281,7 @@ cmo_mathcap* mathcap_get(mathcap *this) { cmo_list *mc = new_cmo_list(); cmo_list *l3 = new_cmo_list(); - list_append(l3, list_appendl(new_cmo_list(), + list_append(l3, (cmo *)list_appendl(new_cmo_list(), new_cmo_int32(OX_DATA), table_get_all(this->cmotbl), NULL)); list_appendl(mc, (cmo *)sysinfo_get(),