]> www.ginac.de Git - cln.git/blobdiff - src/base/digit/cl_D.h
Finalize CLN 1.3.7 release.
[cln.git] / src / base / digit / cl_D.h
index 8b928404330a68dac01196281ac405965e9e73c4..4d91717c4a55d3c8de3ea88c69a814135c5f6dda 100644 (file)
@@ -4,7 +4,7 @@
 #define _CL_D_H
 
 #include "cln/types.h"
-#include "cl_low.h"
+#include "base/cl_low.h"
 
 // Aus cln/types.h importiere:
 // intDsize        Anzahl Bits in einem Digit
@@ -82,7 +82,7 @@ inline sint32 sign_of_sintD (sintD wert)
   #if (intDsize==16)
     #define muluD  mulu16
   #endif
-  #if (intDsize==32) && defined(HAVE_LONGLONG)
+  #if (intDsize==32)
     #define muluD(arg1,arg2)  ((uintDD)(uintD)(arg1)*(uintDD)(uintD)(arg2))
   #endif
 #else
@@ -117,7 +117,7 @@ inline sint32 sign_of_sintD (sintD wert)
   #if (intDsize==16)
     #define divuD  divu_3216_1616
   #endif
-  #if (intDsize==32) && defined(HAVE_LONGLONG)
+  #if (intDsize==32)
     #define divuD(x,y,q_zuweisung,r_zuweisung) \
       { var uint64 __x = (x);                                 \
         var uint32 __y = (y);                                 \