--- python-tclink-3.4.0/py_tclink.c 2003-09-06 00:47:36.000000000 +0200 +++ python-tclink-3.4.0.patched/py_tclink.c 2007-07-04 00:06:43.000000000 +0200 @@ -30,7 +30,11 @@ { PyObject *input, *output; PyObject *key, *value; +#if PY_VERSION_HEX >= 0x020500F0 /* Python >= 2.5 */ + ssize_t pos = 0; +#else int pos = 0; +#endif TCLinkHandle handle; TCLinkCon *c;