Make handling of colonLocalVarCache more type-safe Since the usual macro TCL_SIZE_T does not work together with the macros for the memcount …
Show more
Make handling of colonLocalVarCache more type-safeSince the usual macro TCL_SIZE_T does not work together with themacros for the memcount macros, a new typedef "Nsf_Tcl_Size_t" wasintroduced. Using a typedef is better and eases maintenance. The newtypedef has a "Nsf_" prefix, since it is defined in nsf.h.
Show less