summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2009-04-27 19:04:37 (GMT)
committerEric Smith <eric@trueblade.com>2009-04-27 19:04:37 (GMT)
commitcac7af6863a997376bffe00ecf07a62c5618a5d9 (patch)
tree625ae6ebde4f6027d49bb3d40b6955888527fb05 /Makefile.pre.in
parentec047e0725cf31f24eb5ed3c43e6da843deea83a (diff)
downloadcpython-cac7af6863a997376bffe00ecf07a62c5618a5d9.zip
cpython-cac7af6863a997376bffe00ecf07a62c5618a5d9.tar.gz
cpython-cac7af6863a997376bffe00ecf07a62c5618a5d9.tar.bz2
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 aa38885..5b77d91 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -275,6 +275,7 @@ PYTHON_OBJS= \
Python/mysnprintf.o \
Python/peephole.o \
Python/pyarena.o \
+ Python/pyctype.o \
Python/pyfpe.o \
Python/pymath.o \
Python/pystate.o \
@@ -633,6 +634,7 @@ PYTHON_HEADERS= \
Include/pgen.h \
Include/pgenheaders.h \
Include/pyarena.h \
+ Include/pyctype.h \
Include/pydebug.h \
Include/pyerrors.h \
Include/pyfpe.h \