diff options
| author | sebres <sebres@users.sourceforge.net> | 2019-02-01 16:21:38 (GMT) |
|---|---|---|
| committer | sebres <sebres@users.sourceforge.net> | 2019-02-01 16:21:38 (GMT) |
| commit | a6ecb97fa5846d7930c9649f008c490d06e8b054 (patch) | |
| tree | ce4816c6e7bbdc12e2cdfdc4f50528c63c628b77 /generic/tclInt.h | |
| parent | 81ee84c12cb27528d31c5cf3e0db567befb43c35 (diff) | |
| parent | 9a35ff9fad1c685c61e8c942a8b4d23c09028ad4 (diff) | |
| download | tcl-a6ecb97fa5846d7930c9649f008c490d06e8b054.zip tcl-a6ecb97fa5846d7930c9649f008c490d06e8b054.tar.gz tcl-a6ecb97fa5846d7930c9649f008c490d06e8b054.tar.bz2 | |
merge 8.7 (regression fix [e3f481f187], conflicts resolved)
Diffstat (limited to 'generic/tclInt.h')
| -rw-r--r-- | generic/tclInt.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index ca50f33..3928cea 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -921,9 +921,8 @@ typedef struct CompiledLocal { /* Next compiler-recognized local variable for * this procedure, or NULL if this is the last * local. */ - int nameLength; /* The number of characters in local - * variable's name. Used to speed up variable - * lookups. */ + int nameLength; /* The number of bytes in local variable's name. + * Among others used to speed up var lookups. */ int frameIndex; /* Index in the array of compiler-assigned * variables in the procedure call frame. */ int flags; /* Flag bits for the local variable. Same as |
