mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-12 05:50:06 +00:00
Avoid redefinitions in gsacak.h (#602)
This commit is contained in:
parent
5110fa3a13
commit
62a3060555
@ -120,21 +120,6 @@ int gsacak_int(int_text *s, uint_t *SA, int_t *LCP, int_da *DA, uint_t n, uint_t
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
#define m64 1
|
||||
|
||||
#if m64
|
||||
typedef int64_t int_t;
|
||||
typedef uint64_t uint_t;
|
||||
#define PRIdN PRId64
|
||||
#else
|
||||
typedef int32_t int_t;
|
||||
typedef uint32_t uint_t;
|
||||
#define PRIdN PRId32
|
||||
#endif
|
||||
|
||||
typedef uint32_t int_text;
|
||||
|
||||
|
||||
|
||||
int_t SACA_K(int_t *s, uint_t *SA,
|
||||
uint_t n, unsigned int K,
|
||||
|
Loading…
Reference in New Issue
Block a user