Avoid typedef redefinition in tclsqlite3.c

This commit is contained in:
Joshua Root
2026-04-13 11:51:10 +10:00
parent 70245630c2
commit da802ee4e6
@@ -52,8 +52,6 @@
/* Compatability between Tcl8.6 and Tcl9.0 */
#if TCL_MAJOR_VERSION==9
# define CONST const
#elif !defined(Tcl_Size)
typedef int Tcl_Size;
#endif
#ifndef Tcl_BounceRefCount
# define Tcl_BounceRefCount(X) Tcl_IncrRefCount(X); Tcl_DecrRefCount(X)