Fix a problem building fts3 separately from the amalgamation.

FossilOrigin-Name: 2a167cfbb2abd76e1b33116b671e58a767fc972dd79bee0004aad09a1dd2b487
This commit is contained in:
dan 2020-08-10 19:30:21 +00:00
parent 12a4c41917
commit 26c48d2aab
3 changed files with 10 additions and 1885 deletions

View File

@ -199,6 +199,8 @@ typedef sqlite3_int64 i64; /* 8-byte signed integer */
#define LARGEST_INT64 (0xffffffff|(((i64)0x7fffffff)<<32)) #define LARGEST_INT64 (0xffffffff|(((i64)0x7fffffff)<<32))
#define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64)
#define deliberate_fall_through
#endif /* SQLITE_AMALGAMATION */ #endif /* SQLITE_AMALGAMATION */
#ifdef SQLITE_DEBUG #ifdef SQLITE_DEBUG

1891
manifest

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
33cd5341ac2ec84c86fbd3371f15c9153f83c1739f85dd8c3956fe2093d49afd 2a167cfbb2abd76e1b33116b671e58a767fc972dd79bee0004aad09a1dd2b487