summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-11-28 16:08:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-11-28 16:08:33 (GMT)
commite615b5470447167aa8fbcb94824cd5285e8abeaa (patch)
tree0bc5f840a6bd251cb90c5c690fdef2b905ead1e9 /generic/tclCompile.h
parente2d691eda81e4b943c815e3cb0fc52f62c82b73f (diff)
parentdf537d0dfb0d776a346f5c04aca6cb5f090c0b1a (diff)
downloadtcl-e615b5470447167aa8fbcb94824cd5285e8abeaa.zip
tcl-e615b5470447167aa8fbcb94824cd5285e8abeaa.tar.gz
tcl-e615b5470447167aa8fbcb94824cd5285e8abeaa.tar.bz2
merge trunk
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 825fff6..a309182 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. */