[GIT] ppl/ppl(master): Avoid redefining NDEBUG.
30 Mar
2009
30 Mar
'09
8:52 p.m.
Module: ppl/ppl Branch: master Commit: 2b87c02d3875f58c799481cec96f0e943f16d7b4 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2b87c02d3875f... Author: Roberto Bagnara <bagnara@cs.unipr.it> Date: Mon Mar 30 19:13:12 2009 +0200 Avoid redefining NDEBUG. --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 52203fd..cfc97cb 100644 --- a/configure.ac +++ b/configure.ac @@ -96,7 +96,7 @@ AH_TOP([ ]) AH_BOTTOM([ -#ifdef PPL_NDEBUG +#if defined(PPL_NDEBUG) && !defined(NDEBUG) # define NDEBUG PPL_NDEBUG #endif
6129
Age (days ago)
6129
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roberto Bagnara