summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-10-12 22:02:27 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-10-12 22:02:27 (GMT)
commitdd4e2f01537506d152684d5dfb87ea8e1e3c4a9c (patch)
treec59798201d4b91750f5eaaf30bf88484b977a57e /Makefile.pre.in
parent49a0a21f37730c66d7c3b2f79493822b065ea96b (diff)
downloadcpython-dd4e2f01537506d152684d5dfb87ea8e1e3c4a9c.zip
cpython-dd4e2f01537506d152684d5dfb87ea8e1e3c4a9c.tar.gz
cpython-dd4e2f01537506d152684d5dfb87ea8e1e3c4a9c.tar.bz2
Issue #13155: Optimize finding the optimal character width of an unicode string
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index daac078..d35a2fef 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -631,6 +631,7 @@ BYTESTR_DEPS = \
$(srcdir)/Objects/stringlib/eq.h \
$(srcdir)/Objects/stringlib/fastsearch.h \
$(srcdir)/Objects/stringlib/find.h \
+ $(srcdir)/Objects/stringlib/find_max_char.h \
$(srcdir)/Objects/stringlib/partition.h \
$(srcdir)/Objects/stringlib/split.h \
$(srcdir)/Objects/stringlib/stringdefs.h \