mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-15 14:42:44 +00:00
13 lines
265 B
Diff
13 lines
265 B
Diff
https://github.com/lh3/bwa/pull/267
|
|
|
|
--- a/rle.h
|
|
+++ b/rle.h
|
|
@@ -30,7 +30,7 @@
|
|
*** 43+3 codec ***
|
|
******************/
|
|
|
|
-const uint8_t rle_auxtab[8];
|
|
+extern const uint8_t rle_auxtab[8];
|
|
|
|
#define RLE_MIN_SPACE 18
|
|
#define rle_nptr(block) ((uint16_t*)(block))
|