]> www.ginac.de Git - cln.git/blobdiff - tests/timerecip2adic.cc
Fix yet another dependent base C++ language issue.
[cln.git] / tests / timerecip2adic.cc
index fa2c38e0aa83eb1e40b92b90e78a2544e7a0b047..16f99ae04019184f4b724f12afad71af658a020e 100644 (file)
@@ -20,7 +20,7 @@ int main (int argc, char * argv[])
        if (argc < 2)
                exit(1);
        uintL len = atoi(argv[1]);
-       SAVE_NUM_STACK;
+       CL_ALLOCA_STACK;
        uintD* a_MSDptr;
        uintD* a_LSDptr;
        uintD* b_MSDptr;