Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3920 # undef Tcl_InitStubs
3921 # define Tcl_InitStubs(a,b,c) TCL_VERSION macro
3945 int rc = Tcl_InitStubs(interp, "8.4", 0) ? TCL_OK : TCL_ERROR; in Sqlite3_Init()