Repair more now-obsolete references to config.h.

This commit is contained in:
Tim Peters 2001-07-26 21:34:59 +00:00
parent bd2e3b03d6
commit 76f373d081
10 changed files with 10 additions and 10 deletions

View file

@ -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
...