File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 33 * inst/include/Rcpp/r/headers.h: Include <R_ext/Visibility.h>
44 * inst/include/RcppCommon.h: Drop <R_ext/Callbacks.h>, not used anymore
55 and dropped from the API; drop <R_ext/Visibility.h>, included above
6+ * src/api.cpp: Drop <R_ext/PrtUtil.h>, dropped from the API
67
782025-12-03 Dirk Eddelbuettel <
[email protected] >
89
Original file line number Diff line number Diff line change 22//
33// Copyright (C) 2008 - 2009 Dirk Eddelbuettel
44// Copyright (C) 2009 - 2024 Dirk Eddelbuettel and Romain Francois
5+ // Copyright (C) 2025 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
56//
67// This file is part of Rcpp.
78//
Original file line number Diff line number Diff line change 2828using namespace Rcpp ;
2929
3030#include " internal.h"
31- #include < R_ext/PrtUtil.h>
3231
3332#ifdef RCPP_HAS_DEMANGLING
3433#include < cxxabi.h>
You can’t perform that action at this time.
0 commit comments