Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2025-12-04 Iñaki Ucar <[email protected]>

* inst/include/Rcpp/r/headers.h: Include <R_ext/Visibility.h>
* inst/include/RcppCommon.h: Drop <R_ext/Callbacks.h>, not used anymore
and dropped from the API; drop <R_ext/Visibility.h>, included above

2025-12-03 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Roll micro version and date
Expand Down
1 change: 1 addition & 0 deletions inst/include/Rcpp/r/headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
#include <R_ext/Complex.h>
#include <R_ext/Parse.h>
#include <R_ext/Rdynload.h>
#include <R_ext/Visibility.h>
#include <Rversion.h>

/* Ensure NORET defined (normally provided by R headers with R >= 3.2.0) */
Expand Down
2 changes: 0 additions & 2 deletions inst/include/RcppCommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ namespace Rcpp {
#include <typeinfo>
#include <utility>
#include <Rcpp/sprintf.h>
#include <R_ext/Callbacks.h>
#include <R_ext/Visibility.h>
#include <Rcpp/utils/tinyformat.h>

#include <Rmath.h>
Expand Down