Skip to content

Commit ac11e78

Browse files
committed
don't use 'CDDDR'
1 parent 9017b55 commit ac11e78

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015-07-21 Kevin Ushey <[email protected]>
2+
3+
* inst/include/Rcpp/api/meat/Rcpp_eval.h: don't use 'CDDDR'
4+
15
2015-07-20 Dirk Eddelbuettel <[email protected]>
26

37
* DESCRIPTION: Rolled minor Date and Version

inst/include/Rcpp/api/meat/Rcpp_eval.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ inline SEXP Rcpp_eval(SEXP expr, SEXP env) {
5151
identity
5252
));
5353
SET_TAG(CDDR(call), ::Rf_install("error"));
54-
SET_TAG(CDDDR(call), ::Rf_install("interrupt"));
54+
SET_TAG(CDDR(CDR(call)), ::Rf_install("interrupt"));
5555

5656
// execute the call
5757
Shield<SEXP> res(::Rf_eval(call, R_GlobalEnv));

0 commit comments

Comments
 (0)