Skip to content

Commit 1c9c1b8

Browse files
author
luke
committed
Move declaration of R_duplicate_attr to Defn.h.
git-svn-id: https://svn.r-project.org/R/trunk@89060 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 79b28fa commit 1c9c1b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/include/Defn.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2113,6 +2113,7 @@ R_xlen_t dispatch_xlength(SEXP, SEXP, SEXP);
21132113
R_len_t dispatch_length(SEXP, SEXP, SEXP);
21142114
SEXP dispatch_subset2(SEXP, R_xlen_t, SEXP, SEXP);
21152115
SEXP duplicated(SEXP, Rboolean);
2116+
SEXP R_duplicate_attr(SEXP);
21162117
R_xlen_t any_duplicated(SEXP, Rboolean);
21172118
R_xlen_t any_duplicated3(SEXP, SEXP, Rboolean);
21182119
SEXP evalList(SEXP, SEXP, SEXP, int);

src/include/Rinternals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ SEXP Rf_dimgets(SEXP, SEXP);
523523
SEXP Rf_dimnamesgets(SEXP, SEXP);
524524
SEXP Rf_duplicate(SEXP);
525525
SEXP Rf_shallow_duplicate(SEXP);
526-
SEXP R_duplicate_attr(SEXP);
526+
//SEXP R_duplicate_attr(SEXP);
527527
SEXP R_shallow_duplicate_attr(SEXP);
528528
SEXP Rf_lazy_duplicate(SEXP);
529529
/* the next really should not be here and is also in Defn.h */

0 commit comments

Comments
 (0)