commit 9fe7e1a14c84bddc7bb0ec16ce23f44b5479ce94 parent c704a4a23e12eb1d02cc1ec6803d7ba8731e0368 Author: rsc <devnull@localhost> Date: Sat, 31 Dec 2005 03:10:42 +0000 oops - mpdigit not mpint Diffstat:
M | src/libmp/port/mpvecdigmuladd.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libmp/port/mpvecdigmuladd.c b/src/libmp/port/mpvecdigmuladd.c @@ -2,7 +2,7 @@ #include <mp.h> #include "dat.h" -#define LO(x) ((x) & (((mpint)1<<(Dbits/2))-1)) +#define LO(x) ((x) & (((mpdigit)1<<(Dbits/2))-1)) #define HI(x) ((x) >> (Dbits/2)) static void