Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 219522
Collapse All | Expand All

(-)rpy-1.0.2.orig/src/rpymodule.c (+4 lines)
Lines 1778-1784 Link Here
1778
    R_dot_Last();           
1778
    R_dot_Last();           
1779
    R_RunExitFinalizers();  
1779
    R_RunExitFinalizers();  
1780
    CleanEd();              
1780
    CleanEd();              
1781
#if (R_VERSION >= R_Version(2,4,0)) 
1782
    Rf_KillAllDevices();
1783
#else
1781
    KillAllDevices();
1784
    KillAllDevices();
1785
#endif
1782
1786
1783
#if (R_VERSION >= R_Version(2,4,0)) 
1787
#if (R_VERSION >= R_Version(2,4,0)) 
1784
    R_CleanTempDir();
1788
    R_CleanTempDir();

Return to bug 219522