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
Tags 1.17.0
No related merge requests found
......@@ -1188,8 +1188,9 @@ SEXP SET_TYPEOF_FASTR(SEXP x, int v) {
}
void SET_NAMED(SEXP x, int v) {
TRACE0();
unimplemented("SET_NAMED");
TRACE(TARGpd, x, v);
((call_SET_NAMED) callbacks[SET_NAMED_FASTR_x])(x, v);
checkExitCall();
}
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