Revision: 433 http://rpy.svn.sourceforge.net/rpy/?rev=433&view=rev Author: lgautier Date: 2008-03-15 01:38:25 -0700 (Sat, 15 Mar 2008)
Log Message: ----------- fixed incompatible pointer type Modified Paths: -------------- trunk/sandbox/rpy_nextgen/rpy/rinterface/rinterface.c Modified: trunk/sandbox/rpy_nextgen/rpy/rinterface/rinterface.c =================================================================== --- trunk/sandbox/rpy_nextgen/rpy/rinterface/rinterface.c 2008-03-15 08:35:53 UTC (rev 432) +++ trunk/sandbox/rpy_nextgen/rpy/rinterface/rinterface.c 2008-03-15 08:38:25 UTC (rev 433) @@ -310,7 +310,7 @@ return NULL;; } - SexpObject *res = newSexpObject(res_R); + PyObject *res = (PyObject *)newSexpObject(res_R); return res; } PyDoc_STRVAR(Sexp_do_slot_doc, 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