X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=sidebyside;f=check%2Ftime_fateman_expand.cpp;h=274d098f9421a9d5a12aa51f78ac3b73d86aa9d0;hb=6190dc53dc063d142183dc5e117b031624911199;hp=54f2ddf4bbcd78b951aad5579342eccccf7e1967;hpb=e3a85b82783389ef7d96a8d6d75c5ab64157e24b;p=ginac.git diff --git a/check/time_fateman_expand.cpp b/check/time_fateman_expand.cpp index 54f2ddf4..274d098f 100644 --- a/check/time_fateman_expand.cpp +++ b/check/time_fateman_expand.cpp @@ -6,7 +6,7 @@ */ /* - * GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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;