=================================================================== RCS file: /home/cvs/OpenXM/src/hgm/mh/src/wmain.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- OpenXM/src/hgm/mh/src/wmain.c 2013/02/23 06:01:15 1.7 +++ OpenXM/src/hgm/mh/src/wmain.c 2013/03/01 05:26:25 1.8 @@ -1,5 +1,5 @@ /* -$OpenXM: OpenXM/src/hgm/mh/src/wmain.c,v 1.6 2013/02/21 07:30:56 takayama Exp $ +$OpenXM: OpenXM/src/hgm/mh/src/wmain.c,v 1.7 2013/02/23 06:01:15 takayama Exp $ License: LGPL */ #include @@ -56,7 +56,7 @@ void mh_freeWorkArea(void) { mh_rf(0.0, NULL, 0, NULL, 0); MH_deallocate=0; /* switch to the normal mode. */ } -static mypower(int x,int n) { +static int mypower(int x,int n) { int a,i; a = 1; for (i=0; i