diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-12 22:02:27 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-12 22:02:27 (GMT) |
commit | dd4e2f01537506d152684d5dfb87ea8e1e3c4a9c (patch) | |
tree | c59798201d4b91750f5eaaf30bf88484b977a57e /Makefile.pre.in | |
parent | 49a0a21f37730c66d7c3b2f79493822b065ea96b (diff) | |
download | cpython-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.in | 1 |
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 \ |