]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_A.cpp
synced to 1.1
[ginac.git] / check / time_lw_A.cpp
index 6badd19a2ac29515644800090cdee5bc7fbe94f9..67fcf62c84425b94cc9d29696bbb64a2d372207b 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "times.h"
 
-static unsigned test(void)
+static unsigned test()
 {
        for (int i=1; i<=99; ++i)
                factorial(1000+i)/factorial(900+i);
@@ -36,7 +36,7 @@ static unsigned test(void)
        return 0;
 }
 
-unsigned time_lw_A(void)
+unsigned time_lw_A()
 {
        unsigned result = 0;
        unsigned count = 0;