Skip to content

Commit f873b97

Browse files
committed
explicitly make exported functions visible
1 parent 5ca4f6a commit f873b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/RcppCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ namespace Rcpp {
126126
#include <Rcpp/complex.h>
127127
#include <Rcpp/barrier.h>
128128

129-
#define RcppExport extern "C"
129+
#define RcppExport extern "C" attribute_visible
130130

131131
#include <Rcpp/exceptions.h>
132132

0 commit comments

Comments
 (0)