diff options
Diffstat (limited to 'counts.h')
-rw-r--r-- | counts.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,9 +4,10 @@ enum { CURRENT, SORTNET, + CHECK_SORTED, + STEAL_BUF, LAST_OVERLAP, MERGE, - MOVE_BUFFER, DISTRIBUTE, MAX_COUNTS }; |