diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/_json.c | 2 | ||||
-rw-r--r-- | Modules/_pickle.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Modules/_json.c b/Modules/_json.c index f1da2302dd..769696d9d6 100644 --- a/Modules/_json.c +++ b/Modules/_json.c @@ -1,7 +1,7 @@ /* Core extension modules are built-in on some platforms (e.g. Windows). */ #ifdef Py_BUILD_CORE -#define Py_BUILD_CORE_MODULE +#define Py_BUILD_CORE_BUILTIN #undef Py_BUILD_CORE #endif diff --git a/Modules/_pickle.c b/Modules/_pickle.c index 5fbf0995f4..bcbe4ac794 100644 --- a/Modules/_pickle.c +++ b/Modules/_pickle.c @@ -1,7 +1,7 @@ /* Core extension modules are built-in on some platforms (e.g. Windows). */ #ifdef Py_BUILD_CORE -#define Py_BUILD_CORE_MODULE +#define Py_BUILD_CORE_BUILTIN #undef Py_BUILD_CORE #endif |