Index: generic/xotclAccessInt.h =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r46f02e4868e118466d888b35d6b281b3f2ba31ac --- generic/xotclAccessInt.h (.../xotclAccessInt.h) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ generic/xotclAccessInt.h (.../xotclAccessInt.h) (revision 46f02e4868e118466d888b35d6b281b3f2ba31ac) @@ -28,6 +28,7 @@ #define Tcl_Command_refCount(cmd) ((Command *)cmd)->refCount #define Tcl_Command_cmdEpoch(cmd) ((Command *)cmd)->cmdEpoch +#define Tcl_Command_flags(cmd) ((Command *)cmd)->flags /* the following items could be obtained from Tcl_GetCommandInfoFromToken(cmd, infoPtr) */ #define Tcl_Command_nsPtr(cmd) ((Tcl_Namespace*)(((Command *)cmd)->nsPtr))