am 63e48365: Merge "Make MAX_PREV_WORD_COUNT_FOR_N_GRAM 2."

* commit '63e483658fb993338db1259d44de8de848aae14b':
  Make MAX_PREV_WORD_COUNT_FOR_N_GRAM 2.
main
Keisuke Kuroyanagi 2014-09-19 03:26:36 +00:00 committed by Android Git Automerger
commit 2006a2af09
1 changed files with 1 additions and 1 deletions

View File

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