summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-24 13:33:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-24 13:33:32 (GMT)
commitd38a0b78165c57c6689c651906b1306d53f6e2fa (patch)
treec31c31ed93eef3324143f524ddc5972b7340569d /generic/tclInt.h
parenta69b96ecbb110463c843208820c24b4f1eb04f2e (diff)
downloadtcl-d38a0b78165c57c6689c651906b1306d53f6e2fa.zip
tcl-d38a0b78165c57c6689c651906b1306d53f6e2fa.tar.gz
tcl-d38a0b78165c57c6689c651906b1306d53f6e2fa.tar.bz2
Make compileEpoch "unsigned int", and start counting at 1.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 3e55004..4257ea1 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -1898,7 +1898,7 @@ typedef struct Interp {
* compiled by the interpreter. Indexed by the
* string representations of literals. Used to
* avoid creating duplicate objects. */
- int compileEpoch; /* Holds the current "compilation epoch" for
+ unsigned int 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