aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2019-07-10 18:27:38 +0200
committerGitHub <noreply@github.com>2019-07-10 18:27:38 +0200
commitf117d871c467e82d98b127fd77d2542600d67c39 (patch)
treefc1f6d599cf4af5ef0cf82d391d1e7b27714840a /setup.py
parentReally remove vcstdint.h. (#14686) (diff)
downloadcpython-f117d871c467e82d98b127fd77d2542600d67c39.tar.gz
cpython-f117d871c467e82d98b127fd77d2542600d67c39.tar.bz2
cpython-f117d871c467e82d98b127fd77d2542600d67c39.zip
Rename memory.c to mpalloc.c for consistency with the header file. (#14687)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e54d31f5333..3ec89cedfd5 100644
--- a/setup.py
+++ b/setup.py
@@ -2095,7 +2095,7 @@ class PyBuildExt(build_ext):
'_decimal/libmpdec/fnt.c',
'_decimal/libmpdec/fourstep.c',
'_decimal/libmpdec/io.c',
- '_decimal/libmpdec/memory.c',
+ '_decimal/libmpdec/mpalloc.c',
'_decimal/libmpdec/mpdecimal.c',
'_decimal/libmpdec/numbertheory.c',
'_decimal/libmpdec/sixstep.c',