Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
at 18:21
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-safe

Since the usual macro TCL_SIZE_T does not work together with the

macros for the memcount macros, a new typedef "Nsf_Tcl_Size_t" was

introduced. Using a typedef is better and eases maintenance. The new

typedef has a "Nsf_" prefix, since it is defined in nsf.h.

Show less