Index: xotcl/generic/xotclAccessInt.h =================================================================== diff -u -r99a7a21854051cd691029b15ef8877aa9e86cf44 -rf9bb662bd07a30d00a33e75ab3354bb9f8463999 --- xotcl/generic/xotclAccessInt.h (.../xotclAccessInt.h) (revision 99a7a21854051cd691029b15ef8877aa9e86cf44) +++ xotcl/generic/xotclAccessInt.h (.../xotclAccessInt.h) (revision f9bb662bd07a30d00a33e75ab3354bb9f8463999) @@ -24,8 +24,6 @@ #define Tcl_Namespace_activationCount(nsPtr) ((Namespace *)nsPtr)->activationCount #define Tcl_Namespace_deleteProc(nsPtr) ((Namespace *)nsPtr)->deleteProc - - #define Tcl_Command_refCount(cmd) ((Command *)cmd)->refCount #define Tcl_Command_cmdEpoch(cmd) ((Command *)cmd)->cmdEpoch /* the following items could be obtained from