
Module: ppl/ppl Branch: deprecated_0_11_removal Commit: 205889d57ad9e727b202b560a69bab47a871e8a4 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=205889d57ad9e...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Thu Apr 16 19:53:32 2009 +0200
Changed `__s390x' to `__s390x__' in conditional exclusion of this test.
---
tests/Polyhedron/memory1.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/Polyhedron/memory1.cc b/tests/Polyhedron/memory1.cc index c1a3bf4..b14c94d 100644 --- a/tests/Polyhedron/memory1.cc +++ b/tests/Polyhedron/memory1.cc @@ -58,7 +58,7 @@ site: http://www.cs.unipr.it/ppl/ . */ // to such a machine there is little we can do). // See http://www.cs.unipr.it/pipermail/ppl-devel/2009-April/014489.html #if !PPL_GMP_SUPPORTS_EXCEPTIONS || !PPL_CXX_SUPPORTS_LIMITING_MEMORY \ - || defined(__ia64) || defined(__s390x) + || defined(__ia64) || defined(__s390x__)
int main() TRY {
participants (1)
-
Roberto Bagnara