]> granicus.if.org Git - python/commitdiff
Fix for stupid error (I need to remember to do a full 'make clean + make'
authorFacundo Batista <facundobatista@gmail.com>
Fri, 16 Nov 2007 18:41:24 +0000 (18:41 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Fri, 16 Nov 2007 18:41:24 +0000 (18:41 +0000)
cycle before the tests...). Sorry.

Objects/stringlib/find.h

index 38f13ab66f167a153a2e63a46288ab2cf245b28b..d3490b902fbf868b1395d654264b873d7ac8a7a7 100644 (file)
@@ -117,7 +117,7 @@ because it continues living in the caller functions (those functions,
 after finishing using the substring, must DECREF it).
 */
 
-int 
+Py_LOCAL_INLINE(int)
 _ParseTupleFinds (PyObject *args, PyObject **substring, 
                   Py_ssize_t *start, Py_ssize_t *end) {
     PyObject *tmp_substring;