=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Kan/poly3.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- OpenXM/src/kan96xx/Kan/poly3.c 2004/06/12 07:29:46 1.8 +++ OpenXM/src/kan96xx/Kan/poly3.c 2020/10/06 11:33:46 1.9 @@ -1,8 +1,10 @@ -/* $OpenXM: OpenXM/src/kan96xx/Kan/poly3.c,v 1.7 2004/02/23 09:03:42 takayama Exp $ */ +/* $OpenXM: OpenXM/src/kan96xx/Kan/poly3.c,v 1.8 2004/06/12 07:29:46 takayama Exp $ */ #include #include "datatype.h" #include "extern2.h" +void outputTable(void); + int Homogenize = 1; #define I(i,j) (i*N0+j) @@ -262,7 +264,7 @@ POLY mpMult_difference_org(POLY f,POLY g) return(r); } -outputTable() { +void outputTable() { int i,j; printf("Maxv = %d Plist=%d\n",Maxv,Plist); for (i=0; i