Deactivate support of TIP 629 for the time being When NS_TCL_HAVE_TIP629 (TIP supporting > 2^31 elements in object vectors) is activated, Tc…
Show more
Deactivate support of TIP 629 for the time beingWhen NS_TCL_HAVE_TIP629 (TIP supporting > 2^31 elements in objectvectors) is activated, Tcl defines different objProcs (Tcl_ObjCmdProcand Tcl_ObjCmdProc2) for the old and new API, where the usage of thesedepends on a cmdWrapperProc. Unfortunately, the resolving of these APIcalls is performed through the wrapper via CmdWrapperInfo, which isnot exported. We have to think how to resolve these to make thisworking as with prior Tcl versions.
Show less