We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6cb61 commit ac7dbaaCopy full SHA for ac7dbaa
inst/include/Rcpp/r/headers.h
@@ -25,6 +25,17 @@
25
#define MAXELTSIZE 8192
26
#define R_NO_REMAP
27
28
+// until September 2019, define RCPP_NO_STRICT_R_HEADERS for transition
29
+#ifndef RCPP_NO_STRICT_R_HEADERS
30
+# define RCPP_NO_STRICT_R_HEADERS
31
+#endif
32
+// define strict headers for R to not clash on ERROR, MESSGAGE, etc
33
34
+# ifndef STRICT_R_HEADERS
35
+# define STRICT_R_HEADERS
36
+# endif
37
38
+
39
// prevent some macro pollution when including R headers
40
// in particular, on Linux, gcc 'leaks' the 'major',
41
// 'minor' and 'makedev' macros on Linux; we prevent
0 commit comments