]> granicus.if.org Git - python/commitdiff
Define NDEBUG if Py_DEBUG isn't defined.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 5 Dec 2001 22:44:45 +0000 (22:44 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 5 Dec 2001 22:44:45 +0000 (22:44 +0000)
Mac/mwerks/mwerks_carbon_config.h
Mac/mwerks/mwerks_carbonplugin_config.h
Mac/mwerks/mwerks_nonshared_config.h
Mac/mwerks/mwerks_nscarbon_config.h
Mac/mwerks/mwerks_plugin_config.h
Mac/mwerks/mwerks_shared_config.h
Mac/mwerks/mwerks_shcarbon_config.h
Mac/mwerks/mwerks_small_config.h
Mac/mwerks/mwerks_thrcarbonsm_config.h
Mac/mwerks/mwerks_threadsmall_config.h
Mac/mwerks/mwerks_tkplugin_config.h

index 491cf63bd8da7d8a37f62bd16803c8f0e8b4162f..bebdfe1d4ad29305ae955e38a4bc6f2e42b2c215 100644 (file)
@@ -42,3 +42,6 @@
 #define MSL_USE_PRECOMPILED_HEADERS 0  /* Don't use precomp headers: we include our own */
 #include <ansi_prefix.mac.h>
 #endif
+#ifndef Py_DEBUG
+#define NDEBUG
+#endif
index de94aa8f3b47249676361946ca596c42299be7f9..6a10716dccea8f2800c18b6b52890fd8b8049004 100644 (file)
@@ -18,3 +18,6 @@
 #define MSL_USE_PRECOMPILED_HEADERS 0  /* Don't use precomp headers: we include our own */
 #include <ansi_prefix.mac.h>
 #endif
+#ifndef Py_DEBUG
+#define NDEBUG
+#endif
index fd4f09322a72d12d4e8a8d60630c4cf2dbe09b25..64f9a482251387bdbbca986c8fa18e3695202957 100644 (file)
@@ -43,3 +43,6 @@
 #include <stdio.h>
 extern int fileno(FILE *);
 #endif
+#ifndef Py_DEBUG
+#define NDEBUG
+#endif
index de3af4531c0130670fd8ff39e1a16b42848ca586..58a5a9b7fe28e317317ecdff4961bdb53cb81d1c 100644 (file)
@@ -47,3 +47,6 @@
 #include <stdio.h>
 extern int fileno(FILE *);
 #endif
+#ifndef Py_DEBUG
+#define NDEBUG
+#endif
index 9aa494188e7ae49ba037e83d042f58ff01fbfc35..1413f44980f1a7d894a0e33b972e73a8e3ef2563 100644 (file)
@@ -15,3 +15,6 @@
 #define MSL_USE_PRECOMPILED_HEADERS 0  /* Don't use precomp headers: we include our own */
 #include <ansi_prefix.mac.h>
 #endif
+#ifndef Py_DEBUG
+#define NDEBUG
+#endif
index 279ea128ec9a3df727b98b7c94284d85408d312d..414bedf03057dd632c520fe69cce9b50972cda65 100644 (file)
@@ -45,3 +45,6 @@
 #include <stdio.h>
 extern int fileno(FILE *);
 #endif
+#ifndef Py_DEBUG
+#define NDEBUG
+#endif
index bf7fbe687e3635d5ae47284bf502d52072ecc761..a9d3916e2a85ef940f49c01bbe3816d050fd27dd 100644 (file)
@@ -49,3 +49,6 @@
 #include <stdio.h>
 extern int fileno(FILE *);
 #endif
+#ifndef Py_DEBUG
+#define NDEBUG
+#endif
index d3087f7f8cedd5ed143dd307ba8cabfd55d71e69..6d08f1bd67172a3062e1a946db255638a43b017f 100644 (file)
@@ -42,3 +42,6 @@
 #include <stdio.h>
 extern int fileno(FILE *);
 #endif
+#ifndef Py_DEBUG
+#define NDEBUG
+#endif
index 05fda979332ea96540a6a26568e7a5b8b0d33c68..e52c373f32d9e0472feeedafe0edb9d444c5815e 100644 (file)
@@ -42,3 +42,6 @@
 #define MSL_USE_PRECOMPILED_HEADERS 0  /* Don't use precomp headers: we include our own */
 #include <ansi_prefix.mac.h>
 #endif
+#ifndef Py_DEBUG
+#define NDEBUG
+#endif
index 0a64cad14f9e8775308aa4237cf111d3f58aa9a2..83c8a3e5bd5c770393be822d3a8040e98b7239bd 100644 (file)
@@ -37,3 +37,6 @@
 #define MSL_USE_PRECOMPILED_HEADERS 0  /* Don't use precomp headers: we include our own */
 #include <ansi_prefix.mac.h>
 #endif
+#ifndef Py_DEBUG
+#define NDEBUG
+#endif
index d0fb8112a9aece35c99136c16a1964877ac15ecd..aef32fbb5eb263bd0c0408c17fab809a225fe39a 100644 (file)
@@ -11,3 +11,6 @@
 #define USE_TK                 /* Include _tkinter module in core Python */
 #define MAC_TCL                        /* This *must* be on if USE_TK is on */
 #define WITHOUT_FRAMEWORKS     /* Use old-style Universal Header includes, not Carbon/Carbon.h */
+#ifndef Py_DEBUG
+#define NDEBUG
+#endif