mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fdr_confirm: renumber FDR_LIT_FLAG_NOREPEAT
This commit is contained in:
parent
b126cbf556
commit
e9d85f7b51
@ -46,7 +46,7 @@ u32 mul_hash_64(u64a lv, u64a andmsk, u64a mult, u32 nBits) {
|
|||||||
* \brief Flag indicating this literal doesn't need to be delivered more than
|
* \brief Flag indicating this literal doesn't need to be delivered more than
|
||||||
* once, used in LitInfo::flags.
|
* once, used in LitInfo::flags.
|
||||||
*/
|
*/
|
||||||
#define FDR_LIT_FLAG_NOREPEAT 2
|
#define FDR_LIT_FLAG_NOREPEAT 1
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Structure describing a literal, linked to by FDRConfirm.
|
* \brief Structure describing a literal, linked to by FDRConfirm.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user