Revision: 470 http://rpy.svn.sourceforge.net/rpy/?rev=470&view=rev Author: lgautier Date: 2008-03-28 13:29:17 -0700 (Fri, 28 Mar 2008)
Log Message: ----------- Correct signature for VectorSexp's constructor 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-28 20:24:29 UTC (rev 469) +++ branches/rpy_nextgen/rpy/rinterface/rinterface.c 2008-03-28 20:29:17 UTC (rev 470) @@ -655,7 +655,7 @@ }; static PyObject* -VectorSexp_new(PyTypeObject *type, PyObject *args) +VectorSexp_new(PyTypeObject *type, PyObject *args, PyObject *kwds) { int rType = -1; PyObject *seq = 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list