From be22ae2d0729f68672e3202c91cfe13c9e74cccc Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 26 Mar 2004 01:59:35 +0000 Subject: SunOS can rot in hell. --- src/libmp/port/dat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libmp/port') diff --git a/src/libmp/port/dat.h b/src/libmp/port/dat.h index 7c834ac8..50fbf671 100644 --- a/src/libmp/port/dat.h +++ b/src/libmp/port/dat.h @@ -1,4 +1,4 @@ -#define mpdighi (mpdigit)(1<<(Dbits-1)) +#define mpdighi (mpdigit)((ulong)1<<(Dbits-1)) #define DIGITS(x) ((Dbits - 1 + (x))/Dbits) // for converting between int's and mpint's -- cgit v1.2.3