diff options
author | Victor Stinner <vstinner@python.org> | 2021-10-15 11:06:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 11:06:05 (GMT) |
commit | 105582e74c1817bc6a9d99bcb6540b34a3367292 (patch) | |
tree | 2657be191e1aabb028cbcfda2fa66b9cc72fdeac /Makefile.pre.in | |
parent | 063abd931f064a4b6b478b0b6e9aa13ee38d2cff (diff) | |
download | cpython-105582e74c1817bc6a9d99bcb6540b34a3367292.zip cpython-105582e74c1817bc6a9d99bcb6540b34a3367292.tar.gz cpython-105582e74c1817bc6a9d99bcb6540b34a3367292.tar.bz2 |
bpo-45434: Remove Include/eval.h header file (GH-28973)
Move Include/eval.h content into Include/ceval.h and
Include/cpython/ceval.h, and remove Include/eval.h.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index ccce52b..b79b71f 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1137,7 +1137,6 @@ PYTHON_HEADERS= \ $(srcdir)/Include/dynamic_annotations.h \ $(srcdir)/Include/enumobject.h \ $(srcdir)/Include/errcode.h \ - $(srcdir)/Include/eval.h \ $(srcdir)/Include/fileobject.h \ $(srcdir)/Include/fileutils.h \ $(srcdir)/Include/floatobject.h \ |