]> www.ginac.de Git - cln.git/blobdiff - src/modinteger/cl_MI_lshift.cc
* Add table of contents in TeX output.
[cln.git] / src / modinteger / cl_MI_lshift.cc
index 7f501b5328a3e6fff86b85dca5d2ba35df7da082..9c8146e5b03d7b44333252b4842824b4c1612669 100644 (file)
@@ -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;