]> www.ginac.de Git - cln.git/blobdiff - tests/timediv2adic.cc
cmake build: moved cl_config.h.cmake to `autoconf`
[cln.git] / tests / timediv2adic.cc
index 9ccc7778422121e6026641bee240eb68258869b9..09264c4cf87cefcd6bd5e38f98e000eb3d8cd599 100644 (file)
@@ -1,10 +1,10 @@
 #include <cln/number.h>
 #include <cln/io.h>
 #include <cln/integer.h>
-#include "cl_DS.h"
-#include "cl_2DS.h"
+#include "base/digitseq/cl_DS.h"
+#include "base/digitseq/cl_2DS.h"
 #include <cln/random.h>
-#include "cl_random_impl.h"
+#include "base/random/cl_random_impl.h"
 #include <cstdlib>
 #include <cstring>
 #include <cln/timing.h>
@@ -23,7 +23,7 @@ int main (int argc, char * argv[])
        uintL b_len = atoi(argv[2]);
        if (!(a_len >= b_len && b_len > 0))
                exit(1);
-       SAVE_NUM_STACK;
+       CL_ALLOCA_STACK;
        uintD* a_MSDptr;
        uintD* a_LSDptr;
        uintD* b_MSDptr;