Dynamic mode cleanup: Use generated constants, cleanup TODOs. For more info:
https://code.google.com/p/cld2/issues/detail?id=7 git-svn-id: https://cld2.googlecode.com/svn/trunk@154 b252ecd4-b096-bf77-eb8e-91563289f87e
This commit is contained in:
@@ -32,7 +32,7 @@ static const IndirectProbBucket4 kDistinctBiTable[kDistinctBiTableSize] = {
|
||||
};
|
||||
|
||||
static const uint32 kDistinctBiTableSizeOne = 1; // One-langprob count
|
||||
static const uint32 kDistinctBiTableIndSize = 1; // Largest subscript
|
||||
extern const uint32 kDistinctBiTableIndSize = 1; // Largest subscript
|
||||
static const uint32 kDistinctBiTableInd[kDistinctBiTableIndSize] = {
|
||||
// [0000]
|
||||
0x00000000, };
|
||||
|
Reference in New Issue
Block a user