Searched refs:Tcl_InitStubs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3854 ** Provide a dummy Tcl_InitStubs if we are using this as a static
3858 # undef Tcl_InitStubs macro
3859 # define Tcl_InitStubs(a,b,c) TCL_VERSION macro
3883 int rc = Tcl_InitStubs(interp, "8.4", 0) ? TCL_OK : TCL_ERROR;

Completed in 127 milliseconds