Index: generic/nsfAccessInt.h =================================================================== diff -u -r404ad6bfcb313983a0cc54d3323751008bca991b -r110b3365dd642ce09d4b4392591ea0e5b19f6d60 --- generic/nsfAccessInt.h (.../nsfAccessInt.h) (revision 404ad6bfcb313983a0cc54d3323751008bca991b) +++ generic/nsfAccessInt.h (.../nsfAccessInt.h) (revision 110b3365dd642ce09d4b4392591ea0e5b19f6d60) @@ -24,7 +24,11 @@ #define Tcl_Namespace_childTablePtr(nsPtr) &((Namespace *)nsPtr)->childTable #define Tcl_Namespace_activationCount(nsPtr) ((Namespace *)nsPtr)->activationCount #define Tcl_Namespace_deleteProc(nsPtr) ((Namespace *)nsPtr)->deleteProc +#define Tcl_Namespace_parentPtr(nsPtr) ((Namespace *)nsPtr)->parentPtr +#define Tcl_Namespace_commandPathLength(nsPtr) ((Namespace *)nsPtr)->commandPathLength +#define Tcl_Namespace_commandPathArray(nsPtr) ((Namespace *)nsPtr)->commandPathArray + #define Tcl_Command_refCount(cmd) ((Command *)cmd)->refCount #define Tcl_Command_cmdEpoch(cmd) ((Command *)cmd)->cmdEpoch #define Tcl_Command_flags(cmd) ((Command *)cmd)->flags