X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Fmodinteger%2Fcl_MI_lshift.cc;h=47881d0a48f01fb8d24af505fddfb4a4728bf9ff;hb=740c032627dfc7ac87d90d6e75b5e87e78c9e716;hp=7f501b5328a3e6fff86b85dca5d2ba35df7da082;hpb=850abfde7f0d985ba01526c346bcd0d733562943;p=cln.git diff --git a/src/modinteger/cl_MI_lshift.cc b/src/modinteger/cl_MI_lshift.cc index 7f501b5..47881d0 100644 --- a/src/modinteger/cl_MI_lshift.cc +++ b/src/modinteger/cl_MI_lshift.cc @@ -1,7 +1,7 @@ // operator<< on cl_MI. // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. #include "cln/modinteger.h" @@ -13,7 +13,7 @@ namespace cln { -const cl_MI operator<< (const cl_MI& x, sintL y) // assume 0 <= y < 2^31 +const cl_MI operator<< (const cl_MI& x, sintC y) // assume 0 <= y < 2^(intCsize-1) { if (y == 0) return x;