--- generic/tclsqlite3.c.orig	2025-01-14 05:22:37
+++ generic/tclsqlite3.c	2025-01-14 12:21:55
@@ -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
 #elif !defined(Tcl_Size)
   typedef int Tcl_Size;
-#endif
+#endif*/
 /**** End copy of tclsqlite.h ****/
 
 #include <errno.h>