Skip to content

Commit b523cda

Browse files
author
luke
committed
Remove IS_GROWABLE declaration from Rinternals.h.
git-svn-id: https://svn.r-project.org/R/trunk@89026 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent f3495ae commit b523cda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/include/Rinternals.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,8 +1271,7 @@ void SET_PRCODE(SEXP x, SEXP v);
12711271

12721272
void *(STDVEC_DATAPTR)(SEXP x); // used by stringfish vctrs vroom
12731273

1274-
/* Growable vector support */ // formerly used by multbxxc
1275-
int (IS_GROWABLE)(SEXP x);
1274+
/* Growable vector support */ // still used by a few packages
12761275
void (SET_GROWABLE_BIT)(SEXP x);
12771276

12781277
// no longer used

0 commit comments

Comments
 (0)