
28 Oct
2011
28 Oct
'11
7:55 a.m.
Module: ppl/ppl Branch: master Commit: 5084ccde7ea4cdfed1a71dc9944a4777f7ee9e98 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=5084ccde7ea4c...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Fri Oct 28 07:42:28 2011 +0200
Code layout improved.
---
src/globals.cc | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/globals.cc b/src/globals.cc index 3be1db8..e10cf83 100644 --- a/src/globals.cc +++ b/src/globals.cc @@ -37,8 +37,10 @@ void (*Weightwatch_Traits::check_function)(void) = 0;
#ifndef NDEBUG namespace Implementation { + unsigned int in_assert = 0; -} + +} // namespace Implementation #endif
} // namespace Parma_Polyhedra_Library