
Module: ppl/ppl Branch: master Commit: e452159271aba95fe7f3bc4e60b9a850af3585ad URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=e452159271aba...
Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Fri May 7 08:44:28 2010 +0200
Fixed comment.
---
src/compiler.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/compiler.hh b/src/compiler.hh index 0ff65a4..2e51f95 100644 --- a/src/compiler.hh +++ b/src/compiler.hh @@ -30,7 +30,7 @@ namespace Parma_Polyhedra_Library { No-op macro that allows to avoid unused variable warnings from the compiler. */ -#endif // defined(ECLAIR_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS) +#endif // defined(PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS) #define used(v) (void)v
#ifdef PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS