summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2009-04-27 20:39:49 (GMT)
committerEric Smith <eric@trueblade.com>2009-04-27 20:39:49 (GMT)
commit6dc46f5eaa14c8aa33b8ae5b41642a00a1b25807 (patch)
treefc063968e5d131487c7418647e2cf4abf942cdff /Makefile.pre.in
parent249b898ec7839cc022d5d0b7638284663a6edfb7 (diff)
downloadcpython-6dc46f5eaa14c8aa33b8ae5b41642a00a1b25807.zip
cpython-6dc46f5eaa14c8aa33b8ae5b41642a00a1b25807.tar.gz
cpython-6dc46f5eaa14c8aa33b8ae5b41642a00a1b25807.tar.bz2
Merged revisions 72040 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72040 | eric.smith | 2009-04-27 15:04:37 -0400 (Mon, 27 Apr 2009) | 1 line Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. ........
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 9178976..b02f517 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -294,6 +294,7 @@ PYTHON_OBJS= \
Python/mysnprintf.o \
Python/peephole.o \
Python/pyarena.o \
+ Python/pyctype.o \
Python/pyfpe.o \
Python/pymath.o \
Python/pystate.o \
@@ -653,6 +654,7 @@ PYTHON_HEADERS= \
Include/pgen.h \
Include/pgenheaders.h \
Include/pyarena.h \
+ Include/pyctype.h \
Include/pydebug.h \
Include/pyerrors.h \
Include/pyfpe.h \