]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
AOnly define NDEDBUG if DEBUG is not defined
authorGuido van Rossum <guido@python.org>
Thu, 3 Sep 1992 20:34:07 +0000 (20:34 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 3 Sep 1992 20:34:07 +0000 (20:34 +0000)
Include/object.h

index a66629c8ee2fb5992a950668063d40544a8ff284..081bb8624cbd629502045efc9dfa1c301f0ce878 100644 (file)
@@ -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 */
 
 /*