1 parent 443a690 commit 91ed2cfCopy full SHA for 91ed2cf
1 file changed
Modules/_collectionsmodule.c
@@ -61,7 +61,7 @@ typedef struct BLOCK {
61
* block is freed leaving another existing block as the new endpoint.
62
*/
63
64
-#if Py_DEBUG
+#ifdef Py_DEBUG
65
#define MARK_END(link) link = NULL;
66
#define CHECK_END(link) assert(link == NULL);
67
#define CHECK_NOT_END(link) assert(link != NULL);
0 commit comments