mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Make MAX_PREV_WORD_COUNT_FOR_N_GRAM 2."
This commit is contained in:
commit
63e483658f
@ -338,7 +338,7 @@ static inline void prof_out(void) {
|
||||
#define MAX_POINTER_COUNT_G 2
|
||||
|
||||
// (MAX_PREV_WORD_COUNT_FOR_N_GRAM + 1)-gram is supported.
|
||||
#define MAX_PREV_WORD_COUNT_FOR_N_GRAM 1
|
||||
#define MAX_PREV_WORD_COUNT_FOR_N_GRAM 2
|
||||
|
||||
#define DISALLOW_DEFAULT_CONSTRUCTOR(TypeName) \
|
||||
TypeName() = delete
|
||||
|
Loading…
Reference in New Issue
Block a user