Skip to content

Commit 5bb3845

Browse files
shrink diff
1 parent c506fbe commit 5bb3845

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vecseq.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "data.table.h"
22

3-
SEXP vecseq(SEXP x, SEXP len, SEXP clamp) {
3+
SEXP vecseq(SEXP x, SEXP len, SEXP clamp)
4+
{
45
// Name taken from bit::vecseq, but,
56
// * implemented in C rather than R
67
// * takes len rather than y endpoints

0 commit comments

Comments
 (0)