]> www.ginac.de Git - cln.git/blobdiff - src/integer/conv/cl_I_to_UL.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / integer / conv / cl_I_to_UL.cc
index 7ee081deeef4374d44b5657316999e3d680b9d50..b5d57063a08a214fe7aea68ca657f4624fb23bb7 100644 (file)
@@ -1,7 +1,7 @@
 // cl_I_to_UL().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/integer.h"
@@ -10,8 +10,8 @@
 // Implementation.
 
 #include "cln/number.h"
-#include "cl_I.h"
-#include "cl_DS.h"
+#include "integer/cl_I.h"
+#include "base/digitseq/cl_DS.h"
 #include "cln/io.h"
 #include "cln/integer_io.h"
 #include "cln/exception.h"
@@ -36,7 +36,7 @@ uint32 cl_I_to_UL (const cl_I& obj)
                if ((sintD)mspref(arrayMSDptr(bn->data,len),0) < 0)
                        goto bad;
                #define IF_LENGTH(i)  \
-                 if (bn_minlength <= i) /* genau i Digits überhaupt möglich? */\
+                 if (bn_minlength <= i) /* genau i Digits überhaupt möglich? */\
                    if (len == i) /* genau i Digits? */                         \
                      /* 2^((i-1)*intDsize-1) <= obj < 2^(i*intDsize-1) */      \
                      if ( (i*intDsize-1 > 32)                                  \