]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_F.cpp
* Fixed bug in example
[ginac.git] / check / time_lw_F.cpp
index 912a0cd294cc185ac9cfa2dbf7c27cc143f8160d..bfd8dcb614029182d48ef24028afb19c94849577 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "times.h"
 
-static unsigned test(void)
+static unsigned test()
 {
        symbol x("x");
        symbol y("y");
@@ -38,7 +38,7 @@ static unsigned test(void)
        return 0;
 }
 
-unsigned time_lw_F(void)
+unsigned time_lw_F()
 {
        unsigned result = 0;
        unsigned count = 0;