Skip to content

Commit

Permalink
fix PR#18804 "thinko"
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87206 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
maechler committed Oct 4, 2024
1 parent 6ad1e0f commit 3b886d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/R-exts.texi
Original file line number Diff line number Diff line change
Expand Up @@ -17372,7 +17372,7 @@ SEXP R_mkClosure(SEXP formals, SEXP body, SEXP env)

void CLEAR_ATTRIB(SEXP x)
@{
SET_ATTRIB(CHK(x), R_NilValue);
SET_ATTRIB(x, R_NilValue);
SET_OBJECT(x, 0);
UNSET_S4_OBJECT(x);
@}
Expand Down

0 comments on commit 3b886d3

Please sign in to comment.