From: Guido van Rossum Date: Thu, 3 Sep 1992 20:34:07 +0000 (+0000) Subject: AOnly define NDEDBUG if DEBUG is not defined X-Git-Tag: v0.9.8~165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2c8beba0b818f59ffc65abfff6cbfbb0efe04de;p=thirdparty%2FPython%2Fcpython.git AOnly define NDEDBUG if DEBUG is not defined --- diff --git a/Include/object.h b/Include/object.h index a66629c8ee2f..081bb8624cbd 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 */ /*