]> www.ginac.de Git - ginac.git/blobdiff - check/time_fateman_expand.cpp
* Removed code within OBSCURE_CINT_HACK preprocessor defines.
[ginac.git] / check / time_fateman_expand.cpp
index 54f2ddf4bbcd78b951aad5579342eccccf7e1967..b0a88e22337758df53e56a170531f4a05d664ef4 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 /*
- *  GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2005 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
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
 #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;