summaryrefslogtreecommitdiffstats
path: root/generic/tclOOInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-05-17 13:28:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-05-17 13:28:51 (GMT)
commit3c40e6048981fffbf3f87e3097fd7b14b748e79b (patch)
tree639e43ec0fc4e3db26702fe545c888a6f60eed1a /generic/tclOOInt.h
parentaa585c0ac925c9ca50a5a98d65e576eb93e5afcc (diff)
downloadtcl-3c40e6048981fffbf3f87e3097fd7b14b748e79b.zip
tcl-3c40e6048981fffbf3f87e3097fd7b14b748e79b.tar.gz
tcl-3c40e6048981fffbf3f87e3097fd7b14b748e79b.tar.bz2
Fix the problem properly
Diffstat (limited to 'generic/tclOOInt.h')
-rw-r--r--generic/tclOOInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclOOInt.h b/generic/tclOOInt.h
index e7d727a..41c674c 100644
--- a/generic/tclOOInt.h
+++ b/generic/tclOOInt.h
@@ -97,6 +97,7 @@ typedef struct ProcedureMethod {
GetFrameInfoValueProc *gfivProc;
/* Callback to allow for fine tuning of how
* the method reports itself. */
+ Command cmd; /* Space used to connect to [info frame] */
ExtraFrameInfo efi; /* Space used to store data for [info frame] */
Tcl_Interp *interp; /* Interpreter in which to compute the name of
* the method. */