X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_fateman_expand.cpp;h=01b6881b223cbe227ae86c36a55c8712750dbab8;hp=97f5bcd9d6a83b18e692d532d8574796184f4434;hb=517a7d0d769299e4e21d7dbd25a26cfc6f68f08a;hpb=1f5afe37b4c079821de9810435fa9fa11e4ea17b diff --git a/check/time_fateman_expand.cpp b/check/time_fateman_expand.cpp index 97f5bcd9..01b6881b 100644 --- a/check/time_fateman_expand.cpp +++ b/check/time_fateman_expand.cpp @@ -6,7 +6,7 @@ */ /* - * GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2004 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;