Skip to content

Commit

Permalink
Fix a problem building fts3 separately from the amalgamation.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielk-1977 committed Aug 10, 2020
1 parent 32188e1 commit 16ce92c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/fts3/fts3Int.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ typedef sqlite3_int64 i64; /* 8-byte signed integer */
#define LARGEST_INT64 (0xffffffff|(((i64)0x7fffffff)<<32))
#define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64)

#define deliberate_fall_through

#endif /* SQLITE_AMALGAMATION */

#ifdef SQLITE_DEBUG
Expand Down

0 comments on commit 16ce92c

Please sign in to comment.