Revision: 393 http://rpy.svn.sourceforge.net/rpy/?rev=393&view=rev Author: warnes Date: 2008-01-02 09:34:28 -0800 (Wed, 02 Jan 2008)
Log Message: ----------- Minor code reformatting in io.c Modified Paths: -------------- trunk/rpy/src/io.c Modified: trunk/rpy/src/io.c =================================================================== --- trunk/rpy/src/io.c 2008-01-02 17:33:42 UTC (rev 392) +++ trunk/rpy/src/io.c 2008-01-02 17:34:28 UTC (rev 393) @@ -98,12 +98,14 @@ int RPy_ReadConsole(char *prompt, char *buf, - int len, int addtohistory) + int len, + int addtohistory) #else int RPy_ReadConsole(char *prompt, unsigned char *buf, - int len, int addtohistory) + int len, + int addtohistory) #endif { PyObject *input_data; @@ -258,7 +260,9 @@ void init_io_routines(void) #ifdef _WIN32 -{ return; } +{ + return; +} #else { R_Outputfile = NULL; 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 2005. 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