diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-08-08 18:39:20 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-08-08 18:39:20 (GMT) |
commit | 37346f4ab8d60c9dcc09d42ea9751599215eaca7 (patch) | |
tree | 67465f1d4f1eeaceab3b8540ff55fec38fa1bf5a /ChangeLog | |
parent | c09706844a1d35de932fbd769a035daedf0f0fe4 (diff) | |
download | tcl-37346f4ab8d60c9dcc09d42ea9751599215eaca7.zip tcl-37346f4ab8d60c9dcc09d42ea9751599215eaca7.tar.gz tcl-37346f4ab8d60c9dcc09d42ea9751599215eaca7.tar.bz2 |
renamed InitCompiledLocals to InitResolvedLocals to make it clearer that it
is not called in the normal case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,9 @@ * generic/tclInt.h: remove comments refering to VAR_SCALAR, as that flag bit does not exist any longer. * generic/tclProc.c (InitCompiledLocals): removed optimisation for - non-resolved case, as the function is never called in that case. + non-resolved case, as the function is never called in that + case. Renamed the function to InitResolvedLocals to calrify the + point. 2007-08-07 Miguel Sofer <msofer@users.sf.net> |