diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2014-09-20 11:40:35 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2014-09-20 11:40:35 (GMT) |
| commit | c14aa0872c4a6938aedbb420efeca83e73baaf9f (patch) | |
| tree | 1c0f0a0554b7dfc8203379aefeb29060afff76fd /generic/tclProc.c | |
| parent | 5621e1f449a77cb681a20208fcd3f7815fc11b3c (diff) | |
| download | tcl-c14aa0872c4a6938aedbb420efeca83e73baaf9f.zip tcl-c14aa0872c4a6938aedbb420efeca83e73baaf9f.tar.gz tcl-c14aa0872c4a6938aedbb420efeca83e73baaf9f.tar.bz2 | |
Tidy things up a bit more.
Diffstat (limited to 'generic/tclProc.c')
| -rw-r--r-- | generic/tclProc.c | 2 |
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 = { |
