toops - mpdigit not mpint - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9fe7e1a14c84bddc7bb0ec16ce23f44b5479ce94
(DIR) parent c704a4a23e12eb1d02cc1ec6803d7ba8731e0368
(HTM) 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(-)
---
(DIR) diff --git a/src/libmp/port/mpvecdigmuladd.c b/src/libmp/port/mpvecdigmuladd.c
t@@ -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