Revision: 418
http://rpy.svn.sourceforge.net/rpy/?rev=418&view=rev
Author: lgautier
Date: 2008-03-04 11:08:49 -0800 (Tue, 04 Mar 2008)
Log Message:
-----------
back-compatibility with python 2.4 (at least compiles now)
Modified Paths:
--------------
trunk/sandbox/rpy_nextgen/rinterface/rinterface.c
Modified: trunk/sandbox/rpy_nextgen/rinterface/rinterface.c
===================================================================
--- trunk/sandbox/rpy_nextgen/rinterface/rinterface.c 2008-03-03 21:43:24 UTC
(rev 417)
+++ trunk/sandbox/rpy_nextgen/rinterface/rinterface.c 2008-03-04 19:08:49 UTC
(rev 418)
@@ -68,6 +68,8 @@
/* Back-compatibility with Python 2.4 */
#if (PY_VERSION_HEX < 0x02050000)
typedef int Py_ssize_t;
+typedef inquiry lenfunc;
+typedef intargfunc ssizeargfunc;
#endif
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
rpy-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rpy-list