@@ -36,23 +36,16 @@ extern "C" {
3636
3737#include <tskit/tables.h>
3838
39- /* The TSK_SAMPLE_COUNTS was removed in version 0.99.3, where
40- * the default is now to always count samples except when
41- * TSK_NO_SAMPLE_COUNTS is specified. This macro can be undefined
42- * at some point in the future and the option reused for something
43- * else. */
44- // clang-format off
45- #define TSK_SAMPLE_COUNTS (1 << 0)
46- #define TSK_SAMPLE_LISTS (1 << 1)
47- #define TSK_NO_SAMPLE_COUNTS (1 << 2)
48-
49- #define TSK_STAT_SITE (1 << 0)
50- #define TSK_STAT_BRANCH (1 << 1)
51- #define TSK_STAT_NODE (1 << 2)
39+ #define TSK_SAMPLE_LISTS (1 << 1)
40+ #define TSK_NO_SAMPLE_COUNTS (1 << 2)
41+
42+ #define TSK_STAT_SITE (1 << 0)
43+ #define TSK_STAT_BRANCH (1 << 1)
44+ #define TSK_STAT_NODE (1 << 2)
5245
5346/* Leave room for other stat types */
54- #define TSK_STAT_POLARISED (1 << 10)
55- #define TSK_STAT_SPAN_NORMALISE (1 << 11)
47+ #define TSK_STAT_POLARISED (1 << 10)
48+ #define TSK_STAT_SPAN_NORMALISE (1 << 11)
5649
5750/* Options for map_mutations */
5851#define TSK_MM_FIXED_ANCESTRAL_STATE (1 << 0)
@@ -61,7 +54,7 @@ extern "C" {
6154#define TSK_DIR_REVERSE -1
6255
6356/* For the edge diff iterator */
64- #define TSK_INCLUDE_TERMINAL (1 << 0)
57+ #define TSK_INCLUDE_TERMINAL (1 << 0)
6558// clang-format on
6659
6760/**
0 commit comments