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

Enabled upcall for SET_NAMED.

parent 24e50167
No related branches found
No related tags found
No related merge requests found
...@@ -1188,8 +1188,8 @@ SEXP SET_TYPEOF_FASTR(SEXP x, int v) { ...@@ -1188,8 +1188,8 @@ 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);
} }
void SET_ATTRIB(SEXP x, SEXP v) { void SET_ATTRIB(SEXP x, SEXP v) {
......
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