]> www.ginac.de Git - cln.git/blobdiff - tests/timediv2adic.cc
Fix yet another dependent base C++ language issue.
[cln.git] / tests / timediv2adic.cc
index 7918c97c10bd9164f9399cd30494af0cf9102170..09264c4cf87cefcd6bd5e38f98e000eb3d8cd599 100644 (file)
@@ -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;