Skip to content

Commit 7d1973c

Browse files
authored
Merge pull request #720 from jeroen/visibility
explicitly make exported functions visible
2 parents 5ca4f6a + f873b97 commit 7d1973c

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)