Displaying 1 result from an estimated 1 matches for "969c946".
Did you mean:
969946
1999 Feb 02
0
Suggestion
...< q = buf; while ((*q = *p) != '\0') { p++; q++; }
<
< if (!(fun=R_FindSymbol(buf))) errorcall(call,
< "C-R function not in load table\n");
<
< retval=fun(args);
<
< vmaxset(vmax);
< return retval;
< }
<
969c946
< }
---
> }
diff -r R-0.63/src/main/names.c R-0.63.orig/src/main/names.c
497d496
< {".RC", do_dotRCode, 0, 1, -1, PP_FOREIGN},
diff -r R-0.63/src/main/names.h R-0.63.orig/src/main/names.h
128d127
< SEXP do_dotRCode(SEXP, SEXP, SEXP, SEXP)...