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 75f2e15 commit 9cecde1Copy full SHA for 9cecde1
src/R_Defn.h
@@ -76,7 +76,7 @@ typedef struct {
76
SETSCAL(__x__, __v__ == 1 ? 1 : 0); \
77
} while (0)
78
// https://github.com/wch/r-source/blob/05bb18266d49e87f2477120ecb0ab1440f4e9b40/src/main/memory.c#L4072
79
-#define SET_LEN(x, v) SET_STDVEC_LENGTH((x), (v))
+#define SET_LEN SET_STDVEC_LENGTH
80
81
// LEVELS: https://github.com/wch/r-source/blob/2640a203d13473f95c9c7508eb2976fefb5c931c/src/include/Defn.h#L228
82
#define LEVLS(x) (((SEXPREC_partial *)(x))->sxpinfo.gp)
0 commit comments