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:
@ -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 */"
|
||||
|
||||
|
Reference in New Issue
Block a user