From f2c8beba0b818f59ffc65abfff6cbfbb0efe04de Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 3 Sep 1992 20:34:07 +0000 Subject: [PATCH] AOnly define NDEDBUG if DEBUG is not defined --- Include/object.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Include/object.h b/Include/object.h index a66629c8ee2..081bb8624cb 100644 --- a/Include/object.h +++ b/Include/object.h @@ -22,7 +22,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ +#ifndef DEBUG #define NDEBUG +#endif + /* Object and type object interface */ /*