File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 112014-01-16 JJ Allaiare <jj@rstudio.org>
22
3+ * inst/include/Rcpp/macros/macros.h: Use Rf_onintr rather than
4+ non-public Rf_jump_to_toplevel
35 * inst/include/Rcpp/DateVector.h: Fix GreedyVector compilation error
46 * inst/include/Rcpp/DatetimeVector.h: Fix GreedyVector compilation error
57
Original file line number Diff line number Diff line change 3131#endif
3232
3333#ifndef VOID_END_RCPP
34- #define VOID_END_RCPP } catch ( Rcpp::internal::InterruptedException& __ex__ ) { Rf_jump_to_toplevel (); } catch ( std::exception& __ex__ ){ forward_exception_to_r ( __ex__ ) ; } catch (...){ ::Rf_error ( " c++ exception (unknown reason)" ) ; }
34+ #define VOID_END_RCPP } catch ( Rcpp::internal::InterruptedException& __ex__ ) { Rf_onintr (); } catch ( std::exception& __ex__ ){ forward_exception_to_r ( __ex__ ) ; } catch (...){ ::Rf_error ( " c++ exception (unknown reason)" ) ; }
3535#endif
3636
3737#ifndef END_RCPP
You can’t perform that action at this time.
0 commit comments