Skip to content
Snippets Groups Projects
Commit 59132924 authored by Florian Angerer's avatar Florian Angerer
Browse files

[GR-2798] Re-enabled upcall for SET_NAMED.

PullRequest: fastr/1169
parents 24e50167 d7a6a936
No related branches found
No related tags found
No related merge requests found
...@@ -1188,8 +1188,9 @@ SEXP SET_TYPEOF_FASTR(SEXP x, int v) { ...@@ -1188,8 +1188,9 @@ SEXP SET_TYPEOF_FASTR(SEXP x, int v) {
} }
void SET_NAMED(SEXP x, int v) { void SET_NAMED(SEXP x, int v) {
TRACE0(); TRACE(TARGpd, x, v);
unimplemented("SET_NAMED"); ((call_SET_NAMED) callbacks[SET_NAMED_FASTR_x])(x, v);
checkExitCall();
} }
void SET_ATTRIB(SEXP x, SEXP v) { void SET_ATTRIB(SEXP x, SEXP v) {
......
39 40
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment