summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-31 08:59:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-31 08:59:28 (GMT)
commit4a9ae53836f768d0b615e5f98cedfb9dd5fbac7f (patch)
treedc374756a9260acda12b9b8afc397affcb7c3f9c /generic/tclInt.h
parent60c071ed625b30818a7151b4e77272f8fe55edb3 (diff)
downloadtcl-4a9ae53836f768d0b615e5f98cedfb9dd5fbac7f.zip
tcl-4a9ae53836f768d0b615e5f98cedfb9dd5fbac7f.tar.gz
tcl-4a9ae53836f768d0b615e5f98cedfb9dd5fbac7f.tar.bz2
More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preventing a (char *) type case. No functional changes.
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 5bd4324..8edc518 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -4875,7 +4875,7 @@ typedef struct NRE_callback {
* Other externals.
*/
-MODULE_SCOPE unsigned long TclEnvEpoch; /* Epoch of the tcl environment
+MODULE_SCOPE size_t TclEnvEpoch; /* Epoch of the tcl environment
* (if changed with tcl-env). */
#endif /* _TCLINT */