Kaydet (Commit) b385529d authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix #ifdef

üst 82df9254
......@@ -61,7 +61,7 @@ typedef struct BLOCK {
* block is freed leaving another existing block as the new endpoint.
*/
#if Py_DEBUG
#ifdef Py_DEBUG
#define MARK_END(link) link = NULL;
#define CHECK_END(link) assert(link == NULL);
#define CHECK_NOT_END(link) assert(link != NULL);
......
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