1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

(no comment)

FossilOrigin-Name: 699b884383f735fb9630d87d25dab61c97dc4485
This commit is contained in:
dan
2011-06-20 11:17:11 +00:00
5 changed files with 89 additions and 20 deletions

View File

@ -19,6 +19,9 @@
#include <string.h>
#include <assert.h>
/* Required so that the "ifdef SQLITE_ENABLE_FTS3" below works */
#include "fts3Int.h"
#define NM_MAX_TOKEN 12
typedef struct NearPhrase NearPhrase;