Revision: 397
          http://rpy.svn.sourceforge.net/rpy/?rev=397&view=rev
Author:   warnes
Date:     2008-01-07 09:16:11 -0800 (Mon, 07 Jan 2008)

Log Message:
-----------
Correct mismatch between declaration and definition of init_embedded_win32

Modified Paths:
--------------
    trunk/rpy/src/rpymodule.c

Modified: trunk/rpy/src/rpymodule.c
===================================================================
--- trunk/rpy/src/rpymodule.c   2008-01-07 16:03:16 UTC (rev 396)
+++ trunk/rpy/src/rpymodule.c   2008-01-07 17:16:11 UTC (rev 397)
@@ -62,7 +62,7 @@
 static PyObject *r_cleanup(void);         /* Clean up R & release resources */
 
 #ifdef _WIN32
-static void init_embedded_win32( void );
+static void init_embedded_win32(int argc, char *argv[]);
 #endif
 
 /* Global objects */


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

Reply via email to