We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dcdb1 commit f14ec4bCopy full SHA for f14ec4b
src/data.table.h
@@ -12,6 +12,9 @@
12
#endif
13
#include <Rinternals.h>
14
#define SEXPPTR_RO(x) ((const SEXP *)DATAPTR_RO(x)) // to avoid overhead of looped STRING_ELT and VECTOR_ELT
15
+#ifndef STRING_PTR_RO
16
+#define STRING_PTR_RO STRING_PTR
17
+#endif
18
#include <stdint.h> // for uint64_t rather than unsigned long long
19
#include <stdbool.h>
20
#include "types.h"
0 commit comments