summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-02 16:52:32 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-02 16:52:32 (GMT)
commitf78b1c6573a7e4a30f799fd28acd414e5deb140d (patch)
treef9bd6ff9ecca07e3b9365cdb90de24bcfd813602 /Makefile.pre.in
parent2137b6aa997209ac3529c439f82383de0219940d (diff)
downloadcpython-f78b1c6573a7e4a30f799fd28acd414e5deb140d.zip
cpython-f78b1c6573a7e4a30f799fd28acd414e5deb140d.tar.gz
cpython-f78b1c6573a7e4a30f799fd28acd414e5deb140d.tar.bz2
I've moved the remains of PyInt_ to the longobject.h header file and removed the inclusing of intobject.h from Python.h. Now the intobject.h exists only to provide some aliases for porters from Python 2.x.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index a5afe33..3cf41a6 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -546,6 +546,7 @@ PYTHON_HEADERS= \
Include/asdl.h \
Include/abstract.h \
Include/boolobject.h \
+ Include/bytes_methods.h \
Include/bytesobject.h \
Include/ceval.h \
Include/classobject.h \
@@ -563,10 +564,10 @@ PYTHON_HEADERS= \
Include/formatter_unicode.h \
Include/funcobject.h \
Include/import.h \
- Include/intobject.h \
Include/intrcheck.h \
Include/iterobject.h \
Include/listobject.h \
+ Include/longintrepr.h \
Include/longobject.h \
Include/memoryobject.h \
Include/methodobject.h \