diff options
| author | sebres <sebres@users.sourceforge.net> | 2019-02-01 16:06:53 (GMT) |
|---|---|---|
| committer | sebres <sebres@users.sourceforge.net> | 2019-02-01 16:06:53 (GMT) |
| commit | 9a35ff9fad1c685c61e8c942a8b4d23c09028ad4 (patch) | |
| tree | d4575491f8c554c94613d47b9a50f8f693a893d9 /generic/tclInt.h | |
| parent | 997b3322846becd73f4750839a8442c100036a48 (diff) | |
| parent | 99be2974c327e7b37412b3f6c11681bffc3abb31 (diff) | |
| download | tcl-9a35ff9fad1c685c61e8c942a8b4d23c09028ad4.zip tcl-9a35ff9fad1c685c61e8c942a8b4d23c09028ad4.tar.gz tcl-9a35ff9fad1c685c61e8c942a8b4d23c09028ad4.tar.bz2 | |
merge 8.6 (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 c3989fd..28b0523 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -939,9 +939,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 |
