File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ namespace Rcpp {
152
152
#if (defined(RCPP_PROTECTED_EVAL) && defined(R_VERSION) && R_VERSION >= R_Version(3, 5, 0))
153
153
::R_ContinueUnwind (token);
154
154
#endif
155
+ Rf_error (" Internal error: Rcpp longjump failed to resume" );
155
156
}
156
157
157
158
} // namespace internal
Original file line number Diff line number Diff line change 67
67
} \
68
68
if (rcpp_output_type == 3 ) { \
69
69
Rcpp::internal::resumeJump (rcpp_output_condition); \
70
- Rf_error (" Internal error: Rcpp longjump failed to resume" ); \
71
70
}
72
71
#endif
73
72
Original file line number Diff line number Diff line change @@ -2782,7 +2782,6 @@ namespace attributes {
2782
2782
<< " if (rcpp_isLongjump_gen) {" << std::endl
2783
2783
// No need to unprotect before jump
2784
2784
<< " Rcpp::internal::resumeJump(rcpp_result_gen);" << std::endl
2785
- << " Rf_error(\" Internal error: Rcpp longjump failed to resume\" );" << std::endl
2786
2785
<< " }" << std::endl
2787
2786
<< " Rboolean rcpp_isError_gen = Rf_inherits(rcpp_result_gen, \" try-error\" );"
2788
2787
<< std::endl
You can’t perform that action at this time.
0 commit comments