Merge branch 'master' of github.com:lh3/bwa

This commit is contained in:
Heng Li 2020-07-01 23:02:31 -04:00
commit c4a010d19f
1 changed files with 1 additions and 1 deletions

2
rle.h
View File

@ -30,7 +30,7 @@ extern "C" {
*** 43+3 codec *** *** 43+3 codec ***
******************/ ******************/
const uint8_t rle_auxtab[8]; extern const uint8_t rle_auxtab[8];
#define RLE_MIN_SPACE 18 #define RLE_MIN_SPACE 18
#define rle_nptr(block) ((uint16_t*)(block)) #define rle_nptr(block) ((uint16_t*)(block))