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 /PCbuild/pythoncore.vcxproj | |
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 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 32511d2..357d0a7 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -166,7 +166,6 @@ <ClInclude Include="..\Include\dynamic_annotations.h" /> <ClInclude Include="..\Include\enumobject.h" /> <ClInclude Include="..\Include\errcode.h" /> - <ClInclude Include="..\Include\eval.h" /> <ClInclude Include="..\Include\fileobject.h" /> <ClInclude Include="..\Include\fileutils.h" /> <ClInclude Include="..\Include\floatobject.h" /> |