desktop/rstudio/rroutines-style.patch

11 lines
303 B
Diff
Raw Normal View History

2017-06-02 08:27:53 +08:00
--- a/src/cpp/r/RRoutines.cpp
+++ b/src/cpp/r/RRoutines.cpp
@@ -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];
}