Skip to content

Commit 30f1a48

Browse files
committed
reorder functions for consistency
1 parent a19a627 commit 30f1a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/R_init_XVector.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ static const R_CallMethodDef callMethods[] = {
2929
CALLMETHOD_DEF(externalptr_show, 1),
3030
CALLMETHOD_DEF(SharedVector_address0, 1),
3131
CALLMETHOD_DEF(SharedVector_memcmp, 5),
32+
CALLMETHOD_DEF(SharedVector_order, 3),
3233
CALLMETHOD_DEF(SharedVector_Ocopy_from_start, 6),
3334
CALLMETHOD_DEF(SharedVector_Ocopy_from_subscript, 4),
3435
CALLMETHOD_DEF(SharedVector_mcopy, 7),
35-
CALLMETHOD_DEF(SharedVector_order, 3),
3636

3737
/* SharedRaw_class.c */
3838
CALLMETHOD_DEF(SharedRaw_new, 2),

0 commit comments

Comments
 (0)