1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +03:00

Fix #ifdefs so it compiles cleanly with all SQLITE_OMIT compile-time options.

Update compile-time option testing.

FossilOrigin-Name: 7584e4b649d57767aac3906da6b06549d5b772aaa69f469c623ae5da834d54d5
This commit is contained in:
drh
2020-01-17 19:14:08 +00:00
parent 915530dcc8
commit ef9f719d0b
9 changed files with 40 additions and 17 deletions

View File

@@ -17,7 +17,9 @@
*/
#include "sqliteInt.h"
#include <stdarg.h>
#ifndef SQLITE_OMIT_FLOATING_POINT
#include <math.h>
#endif
/*
** Routine needed to support the testcase() macro.