fdr_confirm: renumber FDR_LIT_FLAG_NOREPEAT

This commit is contained in:
Justin Viiret 2017-05-24 11:22:36 +10:00 committed by Matthew Barr
parent b126cbf556
commit e9d85f7b51

View File

@ -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.