Skip to content

Commit fe8a04a

Browse files
committed
Add IS_LONG_VEC C API function
1 parent f4c2c57 commit fe8a04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.oracle.truffle.r.native/fficall/src/truffle_common/Rinternals_truffle_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ R_xlen_t XTRUELENGTH(SEXP x) {
11721172

11731173
int IS_LONG_VEC(SEXP x) {
11741174
TRACE0();
1175-
unimplemented("IS_LONG_VEC");
1175+
// There is no long vectors support in FastR yet
11761176
return 0;
11771177
}
11781178

0 commit comments

Comments
 (0)