We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 211dfcd + 3f360fd commit 462c58fCopy full SHA for 462c58f
src/attributes.cpp
@@ -2638,9 +2638,9 @@ namespace attributes {
2638
}
2639
ostr << "));" << std::endl;
2640
ostr << " }" << std::endl;
2641
- ostr << " Rboolean rcpp_isError_gen = Rf_inherits(rcpp_result_gen, \"interrupted-error\");"
+ ostr << " Rboolean rcpp_isInterrupt_gen = Rf_inherits(rcpp_result_gen, \"interrupted-error\");"
2642
<< std::endl
2643
- << " if (rcpp_isError_gen) {" << std::endl
+ << " if (rcpp_isInterrupt_gen) {" << std::endl
2644
<< " UNPROTECT(1);" << std::endl
2645
<< " Rf_onintr();" << std::endl
2646
<< " }" << std::endl
0 commit comments