]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_P.cpp
merging 1.2 branch into main trunk
[ginac.git] / check / time_lw_P.cpp
index a523e8980a0b7734980d623e0e0bd190a91bde1c..279327be1c6ae12db7cdd5b56bec3868de385299 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "times.h"
 
-static unsigned test(void)
+static unsigned test()
 {
        // This is a pattern that comes up in graph theory:
        const unsigned n = 10;
@@ -51,7 +51,7 @@ static unsigned test(void)
        return 0;
 }
 
-unsigned time_lw_P(void)
+unsigned time_lw_P()
 {
        unsigned result = 0;
        unsigned count = 0;