summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Objects/obmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c
index 40c9fcd..6cf8ea9 100644
--- a/Objects/obmalloc.c
+++ b/Objects/obmalloc.c
@@ -286,13 +286,13 @@ static PyObjectArenaAllocator _PyObject_Arena = {NULL,
#endif
};
+#ifdef WITH_PYMALLOC
static int
_PyMem_DebugEnabled(void)
{
return (_PyObject.malloc == _PyMem_DebugMalloc);
}
-#ifdef WITH_PYMALLOC
int
_PyMem_PymallocEnabled(void)
{