Skip to content

Commit d32f6d8

Browse files
committed
Conditionally define R_NO_REMAP and STRICT_R_HEADERS
1 parent 4b4d780 commit d32f6d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

inst/include/cpp11/R.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@
88
#endif
99
#endif
1010

11+
#ifndef R_NO_REMAP
1112
#define R_NO_REMAP
13+
#endif
14+
15+
#ifndef STRICT_R_HEADERS
1216
#define STRICT_R_HEADERS
17+
#endif
18+
1319
#include "R_ext/Boolean.h"
1420
#include "Rinternals.h"
1521
#include "Rversion.h"

0 commit comments

Comments
 (0)