commit | 955b64c03139ec34ce9307960c3e36d6de20e559 | [log] [tgz] |
---|---|---|
author | Bob Ippolito <bob@redivi.com> | Thu May 25 20:52:38 2006 +0000 |
committer | Bob Ippolito <bob@redivi.com> | Thu May 25 20:52:38 2006 +0000 |
tree | 289e2a6c4e8a937e0e737419896f69c6ea4883b4 | |
parent | 0ed05875b24191c53a36520e4727c2c18c160f0e [diff] |
squelch gcc4 darwin/x86 compiler warnings
diff --git a/Objects/stringobject.c b/Objects/stringobject.c index 560e30f..1088d3f 100644 --- a/Objects/stringobject.c +++ b/Objects/stringobject.c
@@ -799,7 +799,7 @@ #define FAST_SEARCH 1 LOCAL(Py_ssize_t) - fastsearch(const unsigned char* s, Py_ssize_t n, const unsigned char* p, + fastsearch(const char* s, Py_ssize_t n, const char* p, Py_ssize_t m, int mode) { long mask;