--- generic/tclsqlite3.c.orig 2024-10-21 11:48:14 +++ generic/tclsqlite3.c 2024-10-21 18:19:02 @@ -50,11 +50,11 @@ # endif #endif /* Compatability between Tcl8.6 and Tcl9.0 */ -#if TCL_MAJOR_VERSION==9 +/* #if TCL_MAJOR_VERSION==9 # define CONST const #else typedef int Tcl_Size; -#endif +#endif */ /**** End copy of tclsqlite.h ****/ #include