=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/ca.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- OpenXM_contrib2/asir2000/include/ca.h 2001/09/07 08:54:58 1.23 +++ OpenXM_contrib2/asir2000/include/ca.h 2001/09/11 01:30:32 1.24 @@ -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.22 2001/09/04 08:48:20 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.23 2001/09/07 08:54:58 noro Exp $ */ #include @@ -373,13 +373,13 @@ typedef struct oDL { typedef struct oCDP { int len; - struct oCMP *body; + struct oCM *body; } *CDP; -typedef struct oCMP { +typedef struct oCM { int index; int c; -} *CMP; +} *CM; typedef struct oVL { V v;