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

Changes to #ifdefs so that the build goes correctly if the only FTS macro

defined is SQLITE_ENABLE_FTS4.

FossilOrigin-Name: a0b43a320e6491de7070966ed7c3ec55fd660a85
This commit is contained in:
drh
2011-06-16 00:54:45 +00:00
parent babb61f346
commit 6b96771b82
14 changed files with 42 additions and 38 deletions

View File

@ -11,9 +11,9 @@
******************************************************************************
*/
#include "fts3Int.h"
#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS3)
#include "fts3Int.h"
#include <string.h>
#include <assert.h>