=================================================================== RCS file: /home/cvs/OpenXM/src/ox_toolkit/gmp_fake.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- OpenXM/src/ox_toolkit/gmp_fake.c 2003/06/05 21:12:07 1.2 +++ OpenXM/src/ox_toolkit/gmp_fake.c 2003/08/25 14:28:59 1.3 @@ -1,10 +1,11 @@ /* -*- mode: C; coding: euc-japan -*- */ -/* $OpenXM: OpenXM/src/ox_toolkit/gmp_fake.c,v 1.1 2003/03/30 08:10:57 ohara Exp $ */ +/* $OpenXM: OpenXM/src/ox_toolkit/gmp_fake.c,v 1.2 2003/06/05 21:12:07 ohara Exp $ */ #include #include #include #include +#include #include "gmp_fake.h" #define DEFAULT_LIMB_SIZE 1 @@ -12,10 +13,6 @@ #define MALLOC_ATOMIC(x) malloc((x)) #define REALLOC(p,x) realloc((p),(x)) #define ALLOCA(x) alloca((x)) - -#if !defined(CHAR_BIT) -#define CHAR_BIT 8 -#endif #define HAVE_UNSIGNED_LONG_LONG