diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-12-01 13:53:51 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-12-01 13:53:51 (GMT) |
| commit | 200910b9c19ac1986d28677de7b427ee774d8e40 (patch) | |
| tree | e61a959db97a24d3f524d29aa17e9139a7bc84dc /generic/tclInt.h | |
| parent | e802927981b7af35c948a4c887be2a5399151d95 (diff) | |
| parent | f0d821a83cc98067d756402bebd4d941aa7e6cff (diff) | |
| download | tcl-200910b9c19ac1986d28677de7b427ee774d8e40.zip tcl-200910b9c19ac1986d28677de7b427ee774d8e40.tar.gz tcl-200910b9c19ac1986d28677de7b427ee774d8e40.tar.bz2 | |
merge core-8-branch. Various cleanup: unused structure names, unused #defines. Change some "epoch"-related fields from int to size_t. Nothing functional.
Diffstat (limited to 'generic/tclInt.h')
| -rw-r--r-- | generic/tclInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 44b181e..aa5b0b1 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -1867,7 +1867,7 @@ typedef struct Interp { * compiled by the interpreter. Indexed by the * string representations of literals. Used to * avoid creating duplicate objects. */ - unsigned int compileEpoch; /* Holds the current "compilation epoch" for + size_t compileEpoch; /* Holds the current "compilation epoch" for * this interpreter. This is incremented to * invalidate existing ByteCodes when, e.g., a * command with a compile procedure is |
