Revision: 510
          http://rpy.svn.sourceforge.net/rpy/?rev=510&view=rev
Author:   warnes
Date:     2008-05-09 14:16:59 -0700 (Fri, 09 May 2008)

Log Message:
-----------
Patch to correct link problem with R-2.7.0

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

Modified: trunk/rpy/src/rpymodule.c
===================================================================
--- trunk/rpy/src/rpymodule.c   2008-05-05 03:26:35 UTC (rev 509)
+++ trunk/rpy/src/rpymodule.c   2008-05-09 21:16:59 UTC (rev 510)
@@ -1778,7 +1778,11 @@
     R_dot_Last();           
     R_RunExitFinalizers();  
     CleanEd();              
+#if (R_VERSION >= R_Version(2,7,0))
+    Rf_KillAllDevices();
+#else
     KillAllDevices();
+#endif
 
 #if (R_VERSION >= R_Version(2,4,0)) 
     R_CleanTempDir();


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 the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to