blob: cc0b1a396b9137035bfbbc8b0673033727e8a732 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#define TABLE_DICT_START ,{
#define TABLE_DICT_END }
#include "dict/porter_english.dct"
#ifdef USE_LOCALE
#include "dict/russian_stemming.dct"
#endif
#undef TABLE_DICT_START
#undef TABLE_DICT_END
|