]> www.ginac.de Git - ginac.git/blobdiff - check/time_fateman_expand.cpp
location of C++ FAQ Lite has changed
[ginac.git] / check / time_fateman_expand.cpp
index 97f5bcd9d6a83b18e692d532d8574796184f4434..274d098f9421a9d5a12aa51f78ac3b73d86aa9d0 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "times.h"
 
-static unsigned test(void)
+static unsigned test()
 {
        unsigned result = 0;
        const symbol x("x"), y("y"), z("z");
@@ -42,7 +42,7 @@ static unsigned test(void)
        return result;
 }
 
-unsigned time_fateman_expand(void)
+unsigned time_fateman_expand()
 {
        unsigned result = 0;
        unsigned count = 0;