Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_tcl.c155 # ifndef DYNAMIC_TCL_VER
156 # define DYNAMIC_TCL_VER "8.3" macro
270 if (Tcl_InitStubs(interp, DYNAMIC_TCL_VER, 0)) in tcl_enabled()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt6800 Problem: TCL_VER_LONG and DYNAMIC_TCL_VER are not set when building with
6802 Solution: Add TCL_VER_LONG and DYNAMIC_TCL_VER to the makefile. (Ken Takata)