=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Kan/order.c,v retrieving revision 1.14 retrieving revision 1.16 diff -u -p -r1.14 -r1.16 --- OpenXM/src/kan96xx/Kan/order.c 2005/06/16 05:07:23 1.14 +++ OpenXM/src/kan96xx/Kan/order.c 2018/09/07 00:15:44 1.16 @@ -1,5 +1,6 @@ -/* $OpenXM: OpenXM/src/kan96xx/Kan/order.c,v 1.13 2004/09/13 11:24:11 takayama Exp $ */ +/* $OpenXM: OpenXM/src/kan96xx/Kan/order.c,v 1.15 2005/07/03 11:08:54 ohara Exp $ */ #include +#include #include "datatype.h" #include "stackm.h" #include "extern.h" @@ -173,8 +174,8 @@ void showRing(level,ringp) }else { mtype = "unknown"; } - fprintf(fp,"Multiplication function --%s(%xH).\n", - mtype,(unsigned int) ringp->multiplication); + fprintf(fp,"Multiplication function --%s(%p).\n", + mtype, ringp->multiplication); if (ringp->schreyer) { fprintf(fp,"schreyer=1, gbListTower="); printObjectList((struct object *)(ringp->gbListTower));