squelch gcc4 darwin/x86 compiler warnings

This commit is contained in:
Bob Ippolito 2006-05-25 20:52:38 +00:00
parent 0ed05875b2
commit 955b64c031
1 changed files with 1 additions and 1 deletions

View File

@ -799,7 +799,7 @@ PyString_AsStringAndSize(register PyObject *obj,
#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;