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

Simplification the ./configure script. Carry Makefile CFLAGS and OPTS through

into builttclext.tcl.  Fix a bug in tclsqlite.c introduced by the previous
check-in.

FossilOrigin-Name: 72a80aa0abb121a23f8cc1eb1af04ba06c733a7a40c06f1fe9e62f2a0a26ca6e
This commit is contained in:
drh
2024-08-01 23:30:29 +00:00
parent 58c5a95c07
commit bb99e73ef5
7 changed files with 57 additions and 66 deletions

View File

@@ -371,7 +371,7 @@ static int SQLITE_TCLAPI incrblobOutput(
/* The datatype of Tcl_DriverWideSeekProc changes between tcl8.6 and tcl9.0 */
#if TCL_MAJOR_VERSION==9
# define WideSeekProcType long lone
# define WideSeekProcType long long
#else
# define WideSeekProcType Tcl_WideInt
#endif