ports/math/py-rpy/files/patch-src-rpymodule.c
2019-05-03 17:58:32 +00:00

13 lines
267 B
C

--- src/rpymodule.c
+++ src/rpymodule.c
@@ -1772,8 +1772,10 @@ start_events(void)
void r_finalize(void)
{
+#if (R_VERSION < R_Version(2,4,0))
unsigned char buf[1024];
char * tmpdir;
+#endif
R_dot_Last();
R_RunExitFinalizers();