Skip to content

Commit 9cecde1

Browse files
committed
Better.
1 parent 75f2e15 commit 9cecde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/R_Defn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ typedef struct {
7676
SETSCAL(__x__, __v__ == 1 ? 1 : 0); \
7777
} while (0)
7878
// https://github.com/wch/r-source/blob/05bb18266d49e87f2477120ecb0ab1440f4e9b40/src/main/memory.c#L4072
79-
#define SET_LEN(x, v) SET_STDVEC_LENGTH((x), (v))
79+
#define SET_LEN SET_STDVEC_LENGTH
8080

8181
// LEVELS: https://github.com/wch/r-source/blob/2640a203d13473f95c9c7508eb2976fefb5c931c/src/include/Defn.h#L228
8282
#define LEVLS(x) (((SEXPREC_partial *)(x))->sxpinfo.gp)

0 commit comments

Comments
 (0)