[PPL-devel] [GIT] ppl/ppl(floating_point): Fixed inclusion guards.

Fabio Bossi bossi at cs.unipr.it
Thu Sep 3 10:30:23 CEST 2009


Module: ppl/ppl
Branch: floating_point
Commit: 2eb864c44e26294f1f27a1892042588dbbe7ffd0
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2eb864c44e26294f1f27a1892042588dbbe7ffd0

Author: Fabio Bossi <bossi at cs.unipr.it>
Date:   Thu Sep  3 10:33:31 2009 +0200

Fixed inclusion guards.

---

 src/Difference_Floating_Point_Expression.types.hh |    2 +-
 src/Sum_Floating_Point_Expression.types.hh        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Difference_Floating_Point_Expression.types.hh b/src/Difference_Floating_Point_Expression.types.hh
index 625a12e..fa64594 100644
--- a/src/Difference_Floating_Point_Expression.types.hh
+++ b/src/Difference_Floating_Point_Expression.types.hh
@@ -9,7 +9,7 @@ WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE. */
 
-#ifndef PPL_Multiplication_Floating_Point_Expression_types_hh
+#ifndef PPL_Difference_Floating_Point_Expression_types_hh
 #define PPL_Difference_Floating_Point_Expression_types_hh 1
 
 namespace Parma_Polyhedra_Library {
diff --git a/src/Sum_Floating_Point_Expression.types.hh b/src/Sum_Floating_Point_Expression.types.hh
index a608f17..b28eb2a 100644
--- a/src/Sum_Floating_Point_Expression.types.hh
+++ b/src/Sum_Floating_Point_Expression.types.hh
@@ -9,7 +9,7 @@ WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE. */
 
-#ifndef PPL_Multiplication_Floating_Point_Expression_types_hh
+#ifndef PPL_Sum_Floating_Point_Expression_types_hh
 #define PPL_Sum_Floating_Point_Expression_types_hh 1
 
 namespace Parma_Polyhedra_Library {




More information about the PPL-devel mailing list