Commit 402f5d9f authored by Jack Jansen's avatar Jack Jansen

Define NDEBUG if Py_DEBUG isn't defined.

parent 18f23574
...@@ -42,3 +42,6 @@ ...@@ -42,3 +42,6 @@
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */ #define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
#include <ansi_prefix.mac.h> #include <ansi_prefix.mac.h>
#endif #endif
#ifndef Py_DEBUG
#define NDEBUG
#endif
...@@ -18,3 +18,6 @@ ...@@ -18,3 +18,6 @@
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */ #define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
#include <ansi_prefix.mac.h> #include <ansi_prefix.mac.h>
#endif #endif
#ifndef Py_DEBUG
#define NDEBUG
#endif
...@@ -43,3 +43,6 @@ ...@@ -43,3 +43,6 @@
#include <stdio.h> #include <stdio.h>
extern int fileno(FILE *); extern int fileno(FILE *);
#endif #endif
#ifndef Py_DEBUG
#define NDEBUG
#endif
...@@ -47,3 +47,6 @@ ...@@ -47,3 +47,6 @@
#include <stdio.h> #include <stdio.h>
extern int fileno(FILE *); extern int fileno(FILE *);
#endif #endif
#ifndef Py_DEBUG
#define NDEBUG
#endif
...@@ -15,3 +15,6 @@ ...@@ -15,3 +15,6 @@
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */ #define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
#include <ansi_prefix.mac.h> #include <ansi_prefix.mac.h>
#endif #endif
#ifndef Py_DEBUG
#define NDEBUG
#endif
...@@ -45,3 +45,6 @@ ...@@ -45,3 +45,6 @@
#include <stdio.h> #include <stdio.h>
extern int fileno(FILE *); extern int fileno(FILE *);
#endif #endif
#ifndef Py_DEBUG
#define NDEBUG
#endif
...@@ -49,3 +49,6 @@ ...@@ -49,3 +49,6 @@
#include <stdio.h> #include <stdio.h>
extern int fileno(FILE *); extern int fileno(FILE *);
#endif #endif
#ifndef Py_DEBUG
#define NDEBUG
#endif
...@@ -42,3 +42,6 @@ ...@@ -42,3 +42,6 @@
#include <stdio.h> #include <stdio.h>
extern int fileno(FILE *); extern int fileno(FILE *);
#endif #endif
#ifndef Py_DEBUG
#define NDEBUG
#endif
...@@ -42,3 +42,6 @@ ...@@ -42,3 +42,6 @@
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */ #define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
#include <ansi_prefix.mac.h> #include <ansi_prefix.mac.h>
#endif #endif
#ifndef Py_DEBUG
#define NDEBUG
#endif
...@@ -37,3 +37,6 @@ ...@@ -37,3 +37,6 @@
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */ #define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
#include <ansi_prefix.mac.h> #include <ansi_prefix.mac.h>
#endif #endif
#ifndef Py_DEBUG
#define NDEBUG
#endif
...@@ -11,3 +11,6 @@ ...@@ -11,3 +11,6 @@
#define USE_TK /* Include _tkinter module in core Python */ #define USE_TK /* Include _tkinter module in core Python */
#define MAC_TCL /* This *must* be on if USE_TK is on */ #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 */ #define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
#ifndef Py_DEBUG
#define NDEBUG
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment