1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-10-28 19:36:04 +03:00

More progress toward getting SQLITE_OMIT_FLOATING_POINT to pass tests.

Ticket #1621. (CVS 3014)

FossilOrigin-Name: b52674e5642a9d26b15a5d5c2a6716febaef130a
This commit is contained in:
drh
2006-01-23 21:44:53 +00:00
parent c693e9e693
commit 2a3e4a714c
3 changed files with 8 additions and 8 deletions

View File

@@ -1690,7 +1690,7 @@ int sqlite3VdbeSerialGet(
case 7: { /* IEEE floating point */
u64 x;
u32 y;
#ifndef NDEBUG
#if !defined(NDEBUG) && !defined(SQLITE_OMIT_FLOATING_POINT)
/* Verify that integers and floating point values use the same
** byte order. The byte order differs on some (broken) architectures.
*/