[PPL-devel] [GIT] ppl/ppl(master): Non-standard commas removed.

Roberto Bagnara bagnara at cs.unipr.it
Wed May 20 08:12:18 CEST 2009


Module: ppl/ppl
Branch: master
Commit: 7be6fde8d1aee21a74fa8a64ebaca8e74fe834ff
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=7be6fde8d1aee21a74fa8a64ebaca8e74fe834ff

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Wed May 20 08:12:09 2009 +0200

Non-standard commas removed.

---

 src/Result.defs.hh   |    2 +-
 src/globals.types.hh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Result.defs.hh b/src/Result.defs.hh
index ae68372..dd58d2d 100644
--- a/src/Result.defs.hh
+++ b/src/Result.defs.hh
@@ -155,7 +155,7 @@ enum Result {
   V_UNKNOWN_POS_OVERFLOW = V_NAN | (11 << 8),
 
   //! \hideinitializer The computed result is not representable.
-  V_UNREPRESENTABLE = 1 << 7,
+  V_UNREPRESENTABLE = 1 << 7
 
 };
 
diff --git a/src/globals.types.hh b/src/globals.types.hh
index 546445d..569f965 100644
--- a/src/globals.types.hh
+++ b/src/globals.types.hh
@@ -91,7 +91,7 @@ enum Bounded_Integer_Type_Width {
   BITS_64 = 64,
 
   //! \hideinitializer 128 bits.
-  BITS_128 = 128,
+  BITS_128 = 128
 };
 
 /*! \brief \ingroup PPL_CXX_interface




More information about the PPL-devel mailing list