1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

New #ifdefs to fix certain compile-time options.

FossilOrigin-Name: 688c6279ef1d4ff8d58e83a1c73ca0221ab8570a7cd89459946a86afdad6ec1c
This commit is contained in:
drh
2023-10-24 16:16:27 +00:00
parent 3da982635c
commit 9d486435f1
4 changed files with 19 additions and 10 deletions

View File

@@ -382,7 +382,9 @@ int sqlite3_initialize(void){
/* Experimentally determine if high-precision floating point is
** available. */
#ifndef SQLITE_OMIT_WSD
sqlite3Config.bUseLongDouble = hasHighPrecisionDouble(rc);
#endif
return rc;
}