void-packages/srcpkgs/rstudio/patches/r-3.4.0.patch
Michael Gehring 652e7327aa rstudio: fix build against R-3.4.0
Closes: #6248 [via git-merge-pr]
2017-04-23 16:17:42 +02:00

10 lines
376 B
Diff

--- src/cpp/r/RRoutines.cpp.orig 2017-04-13 16:16:15.000000000 +0000
+++ src/cpp/r/RRoutines.cpp 2017-04-23 08:48:22.700317995 +0000
@@ -59,7 +59,6 @@
nullMethodDef.fun = NULL ;
nullMethodDef.numArgs = 0 ;
nullMethodDef.types = NULL;
- nullMethodDef.styles = NULL;
s_cMethods.push_back(nullMethodDef);
pCMethods = &s_cMethods[0];
}