diff options
author | Victor Stinner <vstinner@python.org> | 2021-10-14 23:50:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-14 23:50:28 (GMT) |
commit | 37b1d607bf0f1a9c1e89b1715349efc24dc180e0 (patch) | |
tree | 5115d4b858df130997a63f16c7144ffdda1f4c36 /Makefile.pre.in | |
parent | 7076bef8ba8836a19d5033f4ceb8eb9837de2301 (diff) | |
download | cpython-37b1d607bf0f1a9c1e89b1715349efc24dc180e0.zip cpython-37b1d607bf0f1a9c1e89b1715349efc24dc180e0.tar.gz cpython-37b1d607bf0f1a9c1e89b1715349efc24dc180e0.tar.bz2 |
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Remove redundant "#ifndef Py_LIMITED_API" in funcobject.h.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 30b025e..a5585c8 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1145,7 +1145,6 @@ PYTHON_HEADERS= \ $(srcdir)/Include/fileutils.h \ $(srcdir)/Include/floatobject.h \ $(srcdir)/Include/frameobject.h \ - $(srcdir)/Include/funcobject.h \ $(srcdir)/Include/genobject.h \ $(srcdir)/Include/import.h \ $(srcdir)/Include/interpreteridobject.h \ @@ -1210,6 +1209,7 @@ PYTHON_HEADERS= \ $(srcdir)/Include/cpython/fileutils.h \ $(srcdir)/Include/cpython/floatobject.h \ $(srcdir)/Include/cpython/frameobject.h \ + $(srcdir)/Include/cpython/funcobject.h \ $(srcdir)/Include/cpython/import.h \ $(srcdir)/Include/cpython/initconfig.h \ $(srcdir)/Include/cpython/interpreteridobject.h \ |