Skip to content

Commit f002e8b

Browse files
committed
use Rf_lcons consistently
1 parent bc527e3 commit f002e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/Rcpp/lgrow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
namespace Rcpp {
2929

3030
inline SEXP lgrow(SEXP head, SEXP tail) {
31-
return LCONS(head, tail);
31+
return Rf_lcons(head, tail);
3232
}
3333

3434
namespace internal {

0 commit comments

Comments
 (0)