mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-19 02:28:01 +08:00
remove second definition of kstring
This commit is contained in:
9
mmpriv.h
9
mmpriv.h
@@ -4,6 +4,7 @@
|
||||
#include <assert.h>
|
||||
#include "minimap.h"
|
||||
#include "bseq.h"
|
||||
#include "kseq.h"
|
||||
|
||||
#define MM_PARENT_UNSET (-1)
|
||||
#define MM_PARENT_TMP_PRI (-2)
|
||||
@@ -35,14 +36,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef KSTRING_T
|
||||
#define KSTRING_T kstring_t
|
||||
typedef struct __kstring_t {
|
||||
unsigned l, m;
|
||||
char *s;
|
||||
} kstring_t;
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
int n_u, n_a;
|
||||
uint64_t *u;
|
||||
|
||||
Reference in New Issue
Block a user