Skip to content

Commit 0fc76f9

Browse files
authored
Define RO accessors for RAW, LOGICAL (#6985)
Like other _RO accessors, they are also not available on R < 3.5.
1 parent 9c54bd0 commit 0fc76f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/data.table.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
# define INTEGER_RO INTEGER
1111
# define REAL_RO REAL
1212
# define COMPLEX_RO COMPLEX
13+
# define RAW_RO RAW
14+
# define LOGICAL_RO LOGICAL
1315
# define R_Calloc(x, y) Calloc(x, y) // #6380
1416
# define R_Realloc(x, y, z) Realloc(x, y, z)
1517
# define R_Free(x) Free(x)

0 commit comments

Comments
 (0)