summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
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 9e73743..e1ddb36 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -4893,7 +4893,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 */