diff options
author | drh <> | 2024-07-30 15:49:02 +0000 |
---|---|---|
committer | drh <> | 2024-07-30 15:49:02 +0000 |
commit | 064b681e9bb2a0230c312c5a48f0797f821b3074 (patch) | |
tree | 5fe74e4aa0dc4aed4b04965d567012f499423bf4 /src/test_intarray.c | |
parent | 07f215ad9e3606253d9bc52d59e46a9c7d9a1b63 (diff) | |
download | sqlite-064b681e9bb2a0230c312c5a48f0797f821b3074.tar.gz sqlite-064b681e9bb2a0230c312c5a48f0797f821b3074.zip |
First attempt at getting the build to work with Tcl 9.0.
FossilOrigin-Name: 6e5bb48a74d63fb8c30528f0005d1763cd2dbb882abf86baf1565721e6bfcf84
Diffstat (limited to 'src/test_intarray.c')
-rw-r--r-- | src/test_intarray.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/test_intarray.c b/src/test_intarray.c index a978ed585..16c1df2e9 100644 --- a/src/test_intarray.c +++ b/src/test_intarray.c @@ -279,14 +279,7 @@ SQLITE_API int sqlite3_intarray_bind( ** Everything below is interface for testing this module. */ #ifdef SQLITE_TEST -#if defined(INCLUDE_SQLITE_TCL_H) -# include "sqlite_tcl.h" -#else -# include "tcl.h" -# ifndef SQLITE_TCLAPI -# define SQLITE_TCLAPI -# endif -#endif +#include "tclsqlite.h" /* ** Routines to encode and decode pointers |