summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-10-24 12:13:30 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-10-24 12:13:30 (GMT)
commitbb28285ea2f01e97a26bc595d49da43fbee62913 (patch)
tree67200f4553cf316577993cfc104153c2f41e759c /Makefile.pre.in
parentf98a267be374508c04faa4200f552804399faed8 (diff)
downloadcpython-bb28285ea2f01e97a26bc595d49da43fbee62913.zip
cpython-bb28285ea2f01e97a26bc595d49da43fbee62913.tar.gz
cpython-bb28285ea2f01e97a26bc595d49da43fbee62913.tar.bz2
Issue #7117: Prepare for backport of py3k float repr.
Add the Python/dtoa.c file containing the main algorithms; add corresponding include file and include in Python.h; include license information for Python/dtoa.c; add dtoa.c and dtoa.h to Makefile.
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 6b0dce4..3a32436 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -290,6 +290,7 @@ PYTHON_OBJS= \
Python/getopt.o \
Python/pystrcmp.o \
Python/pystrtod.o \
+ Python/dtoa.o \
Python/formatter_unicode.o \
Python/formatter_string.o \
Python/$(DYNLOADFILE) \
@@ -606,6 +607,7 @@ PYTHON_HEADERS= \
Include/complexobject.h \
Include/descrobject.h \
Include/dictobject.h \
+ Include/dtoa.h \
Include/enumobject.h \
Include/errcode.h \
Include/eval.h \