Revision: 457 http://rpy.svn.sourceforge.net/rpy/?rev=457&view=rev Author: lgautier Date: 2008-03-22 06:49:08 -0700 (Sat, 22 Mar 2008)
Log Message: ----------- typedef to ensure compatibility with python 2.4 (at least to make the module compile) Modified Paths: -------------- branches/rpy_nextgen/rpy/rinterface/rinterface.c Modified: branches/rpy_nextgen/rpy/rinterface/rinterface.c =================================================================== --- branches/rpy_nextgen/rpy/rinterface/rinterface.c 2008-03-22 13:40:18 UTC (rev 456) +++ branches/rpy_nextgen/rpy/rinterface/rinterface.c 2008-03-22 13:49:08 UTC (rev 457) @@ -70,6 +70,7 @@ typedef int Py_ssize_t; typedef inquiry lenfunc; typedef intargfunc ssizeargfunc; +typedef intobjargproc ssizeobjargproc; #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 rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list