diff options
Diffstat (limited to 'Include/pymem.h')
-rw-r--r-- | Include/pymem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pymem.h b/Include/pymem.h index 71fc8b5..86a69e4 100644 --- a/Include/pymem.h +++ b/Include/pymem.h @@ -140,7 +140,7 @@ extern DL_IMPORT(void) PyMem_Free(void *); d_malloc(size_t n, char* src_file, unsigned long src_line) c.s. - In this case, you would define (for example in config.h) : + In this case, you would define (for example in pyconfig.h) : #define PyCore_MALLOC_FUNC d_malloc ... |