summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.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/tclCompile.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/tclCompile.h')
-rw-r--r--generic/tclCompile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 89cdc59..5ef154e 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -417,7 +417,7 @@ typedef struct ByteCode {
* procs are specific to an interpreter so the
* code emitted will depend on the
* interpreter. */
- int compileEpoch; /* Value of iPtr->compileEpoch when this
+ unsigned int compileEpoch; /* Value of iPtr->compileEpoch when this
* ByteCode was compiled. Used to invalidate
* code when, e.g., commands with compile
* procs are redefined. */