diff --git a/src/modules/Gmp/mpz_glue.c b/src/modules/Gmp/mpz_glue.c
index f7e9526511286bf1b65460fee31f5ab12a32dfb5..8c0019e08c8eeb538a6d41738cfe244ab681ffa3 100644
--- a/src/modules/Gmp/mpz_glue.c
+++ b/src/modules/Gmp/mpz_glue.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: mpz_glue.c,v 1.11 1997/04/16 03:10:27 hubbe Exp $");
+RCSID("$Id: mpz_glue.c,v 1.12 1997/04/18 18:20:54 nisse Exp $");
 #include "gmp_machine.h"
 #include "types.h"
 
@@ -45,8 +45,7 @@ static void get_mpz_from_digits(MP_INT *tmp,
   }
   else if(base == 256)
   {
-    
-    INT8 i;
+    unsigned i;
     mpz_t digit;
     
     mpz_init(digit);