]> www.ginac.de Git - ginac.git/blobdiff - check/exam_normalization.cpp
some functions that took a "const symbol &" now take a "const ex &"
[ginac.git] / check / exam_normalization.cpp
index 3a73e47ba97b0c6da9b90021a80eaa1d8121dfbd..0aafa4999437ef695ecf92d5685445c5fc14bac3 100644 (file)
@@ -3,7 +3,7 @@
  *  Rational function normalization test suite. */
 
 /*
  *  Rational function normalization test suite. */
 
 /*
- *  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
  *
  *  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
@@ -35,7 +35,7 @@ static unsigned check_normal(const ex &e, const ex &d)
        return 0;
 }
 
        return 0;
 }
 
-static unsigned exam_normal1(void)
+static unsigned exam_normal1()
 {
        unsigned result = 0;
        ex e, d;
 {
        unsigned result = 0;
        ex e, d;
@@ -62,7 +62,7 @@ static unsigned exam_normal1(void)
        return result;
 }
 
        return result;
 }
 
-static unsigned exam_normal2(void)
+static unsigned exam_normal2()
 {
        unsigned result = 0;
        ex e, d;
 {
        unsigned result = 0;
        ex e, d;
@@ -101,7 +101,7 @@ static unsigned exam_normal2(void)
        return result;
 }
 
        return result;
 }
 
-static unsigned exam_normal3(void)
+static unsigned exam_normal3()
 {
        unsigned result = 0;
        ex e, d;
 {
        unsigned result = 0;
        ex e, d;
@@ -124,7 +124,7 @@ static unsigned exam_normal3(void)
        return result;
 }
 
        return result;
 }
 
-static unsigned exam_normal4(void)
+static unsigned exam_normal4()
 {
        unsigned result = 0;
        ex e, d;
 {
        unsigned result = 0;
        ex e, d;
@@ -157,7 +157,7 @@ static unsigned exam_normal4(void)
        return result;
 }
 
        return result;
 }
 
-unsigned exam_normalization(void)
+unsigned exam_normalization()
 {
        unsigned result = 0;
        
 {
        unsigned result = 0;