Add a commentary in create_assertions.sh to explain why there is no protective macro.

This commit is contained in:
Stéphane Tayeb
2009-10-06 16:00:13 +00:00
parent 8dca39193a
commit 2d4992d432
@@ -46,9 +46,14 @@ sed -e "s/XXX_/${nameUC}/g" -e "s/xxx_/${nameLC}/g" <<"EOF" \
// $Id$
//
//
// Author(s) : script by Geert-Jan Giezeman and Sven Schoenherr
// Author(s) : Geert-Jan Giezeman, Sven Schoenherr
//
// Generated from script create_assertions.sh
// Note that this header file is intentionnaly not protected with a
// macro (as <cassert>). Calling it a second time with another value
// for NDEBUG for example must make a difference.
// macro definitions
// =================