mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix #ifdef
This commit is contained in:
parent
82df925451
commit
b385529ddf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue