summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2014-09-20 11:40:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2014-09-20 11:40:35 (GMT)
commitf521b724666bd391377bcc556d0f9103750931b7 (patch)
tree1c0f0a0554b7dfc8203379aefeb29060afff76fd /generic/tclProc.c
parent7a7fd48731220a5a2b1ca9f05e08a193371453b1 (diff)
downloadtcl-f521b724666bd391377bcc556d0f9103750931b7.zip
tcl-f521b724666bd391377bcc556d0f9103750931b7.tar.gz
tcl-f521b724666bd391377bcc556d0f9103750931b7.tar.bz2
Tidy things up a bit more.dkf_improved_disassembler
Diffstat (limited to 'generic/tclProc.c')
-rw-r--r--generic/tclProc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclProc.c b/generic/tclProc.c
index 42c9a72..e0d6ec7 100644
--- a/generic/tclProc.c
+++ b/generic/tclProc.c
@@ -88,7 +88,7 @@ static const Tcl_ObjType levelReferenceType = {
*
* Internally, ptr1 is a pointer to a Proc instance that is not bound to a
* command name, and ptr2 is a pointer to the namespace that the Proc instance
- * will execute within.
+ * will execute within. IF YOU CHANGE THIS, CHECK IN tclDisassemble.c TOO.
*/
const Tcl_ObjType tclLambdaType = {