1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

If SQLITE_DISABLE_FTS3_UNICODE is defined, do not build the "unicode61" tokenizer.

FossilOrigin-Name: e71495a817b479bc23c5403d99255e3f098eb054
This commit is contained in:
dan
2012-05-26 18:28:14 +00:00
parent 501c74d3e1
commit 7946c53009
9 changed files with 62 additions and 34 deletions

View File

@ -507,6 +507,8 @@ proc print_fileheader {} {
*/
}]
puts ""
puts "#ifndef SQLITE_DISABLE_FTS3_UNICODE"
puts ""
puts "#include <assert.h>"
puts ""
}
@ -567,3 +569,5 @@ if {$::generate_test_code} {
print_test_main
}
puts "#endif /* ifndef SQLITE_DISABLE_FTS3_UNICODE */"